bedouin: quote:
Check your /etc/fstab and make sure it has the proper entries for /dev/fd0.
Something like:
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
Would be correct.
You're not using a USB floppy drive are you? Those might be handled differently (I'm guessing, I never used one with Linux).
/dev/hda1 / ext3 defaults 1 1
none /dev/pts devpts mode=0620 0 0
/dev/hda6 /home ext3 defaults 1 2
/dev/hdc /mnt/cdrom auto umask=0,user,iocharset=iso8859-15,codepage=850,noauto,ro,exec 0 0
none /mnt/floppy supermount dev=/dev/fd0,fs=auto,--,umask=0,user,iocharset=iso8859-15,sync,codepage=850 0 0
none /proc proc defaults 0 0
/dev/hda5 swap swap defaults 0 0
that is my fstab [I/]
where does the line go.
JimmyJames: GenSTEP Founder
quote:
posted August 11, 2004 10:12 AM
In Red Hat 9, I'd do this...
su -
Enter root password
mount -t msdos (if it's a FAT floppy, which I'll assume it is) /dev/hd0 /mnt/floppy
works every time!
it is a fat ass floppy. now the problem still isnt solved. feed me.