Martin G Miller wrote: > Alienexplorers said: > "modified the fstab file to auto mount floppy if a disk was present" > > Interesting. What was the command line you added to fstab? This works > if you just popped a floppy into the drive? > >
My fstab looks like this: # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sdb6 UUID=182c66b4-ed87-4eec-9bd9-afebae097ee3 / ext3 relatime,errors=remount-ro 0 1 # /dev/sdb7 UUID=74d55a7f-49eb-4a65-b1b8-12db46dc75c5 /home ext3 relatime 0 2 # /dev/sdb5 UUID=2eac46be-ff76-48e4-bbd2-9e8e14c97699 none swap sw 0 0 # /dev/sdb1 UUID=11e5a808-45f5-41fb-8b43-5f2a8af9016d /media/disk ext3 relatime 0 2 # /dev/sdb2 UUID=9f76cfa0-091f-4940-8be3-fc46fe85e283 /media/disk-1 ext3 relatime 0 2 # /dev/sda1 UUID=4CA7-E543 /media/windows vfat relatime 0 2 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,exec,utf8 0 0 /dev/fd0 /media/floppy0 auto rw,auto,user,sync 0 0 -- floppy disk drive not detected (module not loaded) in Intrepid Alpha 4 kernel 2.6.27-2 https://bugs.launchpad.net/bugs/255651 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
