-
After creating a mount point directory (/media/floppy), I added this line to /etc/fstab file:
Code:
/dev/fd0 /media/floppy vfat noauto,user 0 0
However, when I inserted a floppy into the drive and tried to mount it with the bash command:
Code:
mount /media/floppy
I got the response:
Code:
mount: special device /dev/fd0 does not exist
How do I make this /dev/fd0 exist?
-
Hello, Selco
Don't hesitate to start a fresh thread if you are having any problems with Linux. I'm locking this one because it's over 6 years old.