Ok.. Basically I have my HD set up with a 15 gig win98SE primary partition, a 15 gig shared fat32 partition, and a 10 gig redhat 7.2 partition.
No problems, got it dual-booting fine. Win98 has no problems recognising the shared drive, and nor did Linux, until I rebooted today and suddenly failed a few initialisation routines on boot-up.
The partition is in /dev/hda5, so i try:
# mount -t auto /dev/hda5 /mnt/hda5
and it spits out:
mount: /dev/hda5 is not a block device (maybe try `-o loop'?)
So i try:
# mount -o loop -t msdos /dev/hda5 /mnt/hda5
and it spits out:
mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems
(I only specify msdos there instead of auto cause it refuses to accept auto when i include the -o loop switch)
So, any ideas? It refuses to mount the partition.
Again, this was working perfectly, and I didn't fiddle with anything applicable to this since.
Cheers
No problems, got it dual-booting fine. Win98 has no problems recognising the shared drive, and nor did Linux, until I rebooted today and suddenly failed a few initialisation routines on boot-up.
The partition is in /dev/hda5, so i try:
# mount -t auto /dev/hda5 /mnt/hda5
and it spits out:
mount: /dev/hda5 is not a block device (maybe try `-o loop'?)
So i try:
# mount -o loop -t msdos /dev/hda5 /mnt/hda5
and it spits out:
mount: wrong fs type, bad option, bad superblock on /dev/loop0, or too many mounted file systems
(I only specify msdos there instead of auto cause it refuses to accept auto when i include the -o loop switch)
So, any ideas? It refuses to mount the partition.
Again, this was working perfectly, and I didn't fiddle with anything applicable to this since.
Cheers