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

Reported by: virooz
Created: 2 months 21 days ago
Last reply: 2 months 20 days ago
OS Name: Ubuntu
OS Version: 18.04.1 LTS (Bionic Beaver)
Views: 50570

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