Comment 1 for bug 65250

Revision history for this message
Keidson Paiva de Freitas (keidson) wrote :

I can confirm this bug, and here is my fstab:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=811225ed-4b42-424c-85f9-011e1632dad2 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda3
UUID=156b2fb6-c4a7-4737-89fd-cae45ec2d4ba /home ext3 defaults 0 2
# /dev/hda2
UUID=81e050c4-1cae-42c0-815f-fb86a7460bbd none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0

The floppy entry is clearly wrong, it's pointing to /dev instead of /dev/fd0.

But in my case, when i change the line

/dev/ /media/floppy0 auto rw,user,noauto 0 0

to the line

/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0

it works very well.

I hope it helps.