[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

Adding HD

OK, done! I was little stomped when I couldn’t tell which /dev/.. was the one, and Mr. Fulton helped me, and using Hardware Browser in RH, I figured it was /dev/hdb1 and it was formatted ext2. So I used following code:

mount /dev/hdb1 /'name' -t ext2

Then I had to edit /etc/fstab so that It’d be mounted automatically when it restart, so I added one line:

/dev/hdb1	/'name'	ext2	defaults	1 1

I hope I know what I am doing. I had to edit the config file for streamsicle to know that is where mp3 are… that’s streamsicle.playdir value in ~/streamsicle/web/WEB-INF/conf/streamsicle.conf. OK now all the function in the old Kondara machine should be working in the new Red Hat 9 machine!!

Added later: Don’t have Hardware Browser? yum install hwbrowser Since FC2, file system might be ext3, check.

Comments are closed.