I want to use my floppy drive in Kubuntu 11.10 and it shows up in the fstab #
#/etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=7e19675c-e864-462e-bf4e-849a84e22089 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=90056867-cce0-4541-b790-860a40e25b9f none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
I assumed that there was no dir to mount the floppy to so I tried to create one with the above name using the konsol but it told me that the file already exists so can I create another dir to mount it to?
#/etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc nodev,noexec,nosuid 0 0
# / was on /dev/sda3 during installation
UUID=7e19675c-e864-462e-bf4e-849a84e22089 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=90056867-cce0-4541-b790-860a40e25b9f none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
I assumed that there was no dir to mount the floppy to so I tried to create one with the above name using the konsol but it told me that the file already exists so can I create another dir to mount it to?
Comment