This happens in my Ubuntu VM and the log usually have these 2 messages
To get rid of those messages:
After reboot, you can verify that floppy module (lsmod | grep floppy) no longer get loaded automatically and there is no such messages in the log anymore.
[ 148.462686] blk_update_request: I/O error, dev fd0, sector 0 [ 148.462735] floppy: error -5 while reading block 0
To get rid of those messages:
echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf sudo rmmod floppy sudo update-initramfs -u
After reboot, you can verify that floppy module (lsmod | grep floppy) no longer get loaded automatically and there is no such messages in the log anymore.
No comments:
Post a Comment