A while back I ran into a similar problem with my floppy drive, there was not way to mount<br>to /dev/fd0... until I did this command:<br><br>       "floppy --create > /etc/floppy"<br><br>the file created contains only one line:
<br>      "floppy A     /dev/fd0"<br><br>then I edited my fstab with this line:<br>      "/dev/fd0   /mnt/floppy   auto   noauto, owner   0   0"<br><br>after this, using KDE, I can mount/unmount the floppy as any user:
<br>      "mount /dev/fd0" or "unmont /dev/d0"<br><br>the floppy is not automatically mounted/unmounted.<br><br>~af<br><br><div><span class="gmail_quote">On 6/12/06, <b class="gmail_sendername">Douglas Phillipson
</b> <<a href="mailto:phillipd@oem.doe.gov">phillipd@oem.doe.gov</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<br>Dave Jones wrote:<br><br>><br>> Is the floppy enabled in the BIOS ?<br>><br>>               Dave<br>><br><br>Yes, it works fine under windows.  BTW, the /var/adm/messages file reports:<br><br>kernel: floppy0: no floppy controllers found
<br><br>SO I guess FC5 just can't see the device???<br><br>Doug P<br><br>--<br>fedora-list mailing list<br><a href="mailto:fedora-list@redhat.com">fedora-list@redhat.com</a><br>To unsubscribe: <a href="https://www.redhat.com/mailman/listinfo/fedora-list">
https://www.redhat.com/mailman/listinfo/fedora-list</a><br></blockquote></div><br>