|
partition not found during boot
I suddenly get messages during boot that hdh(n) is not a valid block device. This applies to windows partitions and my swap partition. The only thing that I did that might have messed with something is that I installed and ran webmin (and, fwiw, i can't reach the webmin server--connection refused).
my fstab file is below--any suggestions?
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdh9 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/cdrom1 udf,iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
/dev/hdh5 /mnt/programsfat32 auto user,defaults 0 0
/dev/hdh6 /mnt/otherfat32 auto user,defaults 0 0
/dev/hda10 /mnt/datafat32 auto user,defaults 0 0
|