- Code: Select all
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo rmmod floppy
sudo update-initramfs -u
That's it man!!!
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf
sudo rmmod floppy
sudo update-initramfs -u










I am unable to mount my floppy drive



mount -t vfat /dev/fd0 /mnt/floppy
DrHu wrote:You can make a mount point if the floppy device is not available, from the /etc/fstab file
http://home.ubalt.edu/abento/linux/terminal/mount.html
- Code: Select all
mount -t vfat /dev/fd0 /mnt/floppy
--typical mount command from a terminal
Expect most floppies (diskettes) to be FAT formatted, they usually came that way, unless you changed it to use a Linux file format, however FAT is more universal for that device/media
/dev/fd0 /mnt/floppy msdos noauto,user 0 0

Users browsing this forum: No registered users and 9 guests