linuxmint auto mount floopy issue.

If I receive this error msg in Linux Mint 14, codename (Nadia) ''Error mounting system-managed device /dev/fd0: Command-line `mount "/media/floppy0"' exited with non-zero exit status 32: mount: /dev/fd0 is not a valid block device'' it means that the floppy driver is loaded as a module. You can blacklist this module so it doesn't get loaded:

echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo rmmod floppy
sudo update-initramfs -u

posted on 2012-12-17 17:47  jmbkeyes  阅读(611)  评论(0)    收藏  举报

导航