Results 1 to 3 of 3
i am rather new to linux, but have some direction as to where i am going, and the wear with all to learn OS logic all over or for the ...
- 04-16-2004 #1Just Joined!
- Join Date
- Apr 2004
- Location
- caldwell, nj
- Posts
- 3
RedHat 9.0 - cannot add disk/filesystem
i am rather new to linux, but have some direction as to where i am going, and the wear with all to learn OS logic all over or for the first time, if you see it that way.
so here is the hard part.
PII 350
128 Megs o' RAM
2 Hard Disks
RedHat Linux 9.0
i have done the entire process of creating a filesystem on a second IDE disk, and to no avail. first and foremost, bios throws an error that secondary disk 1 is not being recognized. this didnt concern me, because it also said that primary disk 0 wasnt found either and the machine booted. i have bios set to auto detect the drives and still the error shows.
i have attempted to create the filesystem through webmin, and it recognized the number, type, extent, start sector and end sector. it even took a description of the filesystem. but /etc/fstab has no entry and webmin lists it as not in use under status. also the used% and free% are not populated, like it wasnt formatted or something.
i manually tried to create the filesystem using the following routine
umount /dev/hdb"${X}" - to unmount any hdb filesystems
mkfs.ext3 /dev/hdb - to create one single filesystem on the disk
vi /etc/fstab - to check that the partition init was created, which it wasnt
mount -a - mount any and all disks
all of the stuff that was going on completed without fail, and fstab has no entry for /dev/hdb1 so i put one into it.
/dev/hdb1 /data ext3 defaults 0 0
then mount -a said that /data did not exist.
if anyone has input as to what i am missing or doing wrong in my process here, i would appreciate hearing from you.
thanks to all
- 04-16-2004 #2Linux User
- Join Date
- Jan 2003
- Location
- Cardiff, Wales
- Posts
- 478
tutorial
I have a tutorial on this on my website. Well my under construction site anyway.
most of the other links aren't working but goto
http://www.iscavision.com/2004
now choose knowledge / tutorials / linux / new hard disk from the tree menu.
let me know if it helps. It takes you right through adding a new harddisk.
cheers
krisNo trees were harmed during the creation of this message. Its made from a blend of elephant tusk and dolphin meat.
- 04-16-2004 #3Just Joined!
- Join Date
- Apr 2004
- Location
- caldwell, nj
- Posts
- 3
right on. i cant esplain why, but it does work now. thanks again.


Reply With Quote