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
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. ed87-4eec- 9bd9-afebae097e e3 / ext3 errors= remount- ro 0 1 49eb-4a65- b1b8-12db46dc75 c5 /home ext3 ff76-48e4- bbd2-9e8e14c976 99 none swap 45f5-41fb- 8b43-5f2a8af901 6d /media/disk ext3 091f-4940- 8be3-fc46fe85e2 83 /media/disk-1 ext3 exec,utf8 exec,utf8
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb6
UUID=182c66b4-
relatime,
# /dev/sdb7
UUID=74d55a7f-
relatime 0 2
# /dev/sdb5
UUID=2eac46be-
sw 0 0
# /dev/sdb1
UUID=11e5a808-
relatime 0 2
# /dev/sdb2
UUID=9f76cfa0-
relatime 0 2
# /dev/sda1
UUID=4CA7-E543 /media/windows vfat
relatime 0 2
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,
0 0
/dev/scd1 /media/cdrom1 udf,iso9660 user,noauto,
0 0
/dev/fd0 /media/floppy0 auto rw,auto,user,sync
0 0