What is the "floppy0" symbol in Computer?
My ThinkPad X60 does not have a saggy drive. What is this "floppy0" symbol for?
[email protected]:~$ ls -l /media/
total 8
lrwxrwxrwx 1 root root 7 2010-04-29 13:05 floppy -> floppy0
drwxr-xr-x 2 root root 4096 2010-04-29 13:05 floppy0
drwxr-xr-x 2 root root 4096 2010-05-12 10:33 iso
[email protected]:~$ ls /dev/scd*
ls: cannot access /dev/scd*: No such file or directory
[email protected]:~$ egrep -Rs "floppy|scd" /var/log
[email protected]:~$
I am not seeking a means to simply make this symbol vanish. I intend to recognize why it is below.
0
ændrük 2019-05-13 04:22:00
Source
Share
Answers: 2
I was perplexed concerning this for some time on a computer system I constructed without a saggy drive. I disabled the user interface in the BIOS, also, yet it still was being seen by the OS. Ends up there was still an access for the saggy drive in /etc/fstab
that was creating it to be revealed, despite the fact that there was absolutely nothing for it to load.
If getting rid of the line there does not suffice, attempt including blacklist floppy
to /etc/modprobe.d/blacklist.conf
to stop the kernel from filling the saggy vehicle driver in all.
0
Jacob Peddicord 2019-05-17 17:03:25
Source
Share
Related questions