[SOLVED] [%] print_req_error: I/O error, dev fd0, sector 0

Reported by: virooz
Created: 7 months 14 days ago
Last reply: 7 months 13 days ago
OS Name: Ubuntu
OS Version: 18.04.1 LTS (Bionic Beaver)
Views: 50235

Your server doesn't have a floppy drive, but you have /dev/fd0, and many things will try to use it.

# rmmod floppy

# echo "blacklist floppy" | tee /etc/modprobe.d/blacklist-floppy.conf 

 # dpkg-reconfigure initramfs-tools

:-)
Join our Discord server
Write a reply Edit a reply