How to fix print_req_error: I/O error, dev fd0, sector 0 error

After a fresh install of Ubuntu, my terminal was being flooded with “print_req_error: I/O error, dev fd0, sector 0” error. This is because, your kernel thinks you have a floppy disk fd0, but cant find one. To fix this issue, you can run the following in your terminal: sudo rmmod floppy echo “blacklist floppy” | … Continue reading How to fix print_req_error: I/O error, dev fd0, sector 0 error