i!
I've just bought a new harddrive, Western Digital 160GByte ATA100. I've made a single 160GByte partition on it; primary with ext3 filesystem; I've booted with gentoo LiveCD, ran fdisk /dev/hdc and made the partition. That I wrote mke2fs -j /dev/hdc1
That worked as usually. Then I modified the fstab by adding the following line:
/dev/hdc1 /mnt/hdc1 ext3 defaults,umask=000 0 0
Then I booted to gentoo and got an error at boot:
mount: wrong fs type, bad option, bad superblock on /dev/hdc1, or too many mounted filesystems.
The same error occurs if I write mount -a. However, If I write mount -t ext3 /dev/hdc1 /mnt/hdc1 it mounts without a problem. The partition is ext3, so it cannot be wrong fs type. Bad option - I don't see one. Bad superblock - I don't know what that is. And it can't be too many mounted filesystems, because I've tried removing other partitions, and I would still get the same error. So does anyone have an idea what is wrong?
George Mercury

