this is what is present in /etc/fstab st present, i have used "sudo mkdir /mnt/floppy in konsole for a mount point and it says the dir is present the drive does not show in the list in dolphin. i want the drive to work when I insert a disk as the other drives do so please help. the drive is internal
fstab shows that / was on /dev/sda2 during installation and would changing /dev/Fd0 to sda2 make any difference
some of us older people want their floppy drives
any help would appreciated
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sda2 during installation
UUID=87f9fbce-541d-4a37-94ea-44328804c44d / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=d4139c5e-e857-4b0b-b452-e7bdcdc20dee none swap sw 0 0
/dev/fd0 /mnt/floppy auto rw,user,noauto,exec,utf8 0 0
fstab shows that / was on /dev/sda2 during installation and would changing /dev/Fd0 to sda2 make any difference
some of us older people want their floppy drives
any help would appreciated
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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/sda2 during installation
UUID=87f9fbce-541d-4a37-94ea-44328804c44d / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=d4139c5e-e857-4b0b-b452-e7bdcdc20dee none swap sw 0 0
/dev/fd0 /mnt/floppy auto rw,user,noauto,exec,utf8 0 0
Comment