LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Floppy problem in FC5 (https://www.linuxquestions.org/questions/fedora-35/floppy-problem-in-fc5-471807/)

MoonlitSky 08-07-2006 11:02 PM

Floppy problem in FC5
 
I'm having problems getting FC5 to recognize my floppy disk. I checked the drive by booting dos with it, and it seemed to work fine. But when I try to have fstab mount the drive, it fails. I'm not sure what the problem is. The following is my fstab file:

Quote:

LABEL=/ / ext3 defaults 1 1
LABEL=/MediaFiles /MediaFiles ext3 defaults 0 0
LABEL=/Storage /Storage ext3 defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0
LABEL=/home /home ext3 defaults 1 2
proc /proc proc defaults 0 0
sysfs /sys sysfs defaults 0 0
LABEL=SWAP-hda5 swap swap defaults 0 0
dev/fd0 /media/floppy auto pamconsole,exec,noauto,utf8,managed 0 0
dev/sda1 /media/usbdisk auto pamconsole,exec,noauto,fscontext=system_u:object_r:removable_t,managed 0 0
Thanx in advance.

glussier 08-08-2006 09:48 PM

Try this:

Code:

/dev/fd0          /media/floppy          auto          rw,noauto,user,sync          0 0

MoonlitSky 08-08-2006 11:10 PM

Thanx, I just pasted it into my /ect/fstab file. ;)


All times are GMT -5. The time now is 02:13 AM.