End_request: i/o error [ SOLVED ]

Archived topics about LMDE 1 and LMDE 2
Locked
Dar-es-Salaam

End_request: i/o error [ SOLVED ]

Post by Dar-es-Salaam »

Hi

For some time now, infact since I installed LDME I have had the following error message on my boot up screen

[ 6.1280813 end_request: i/o error, dev fd0 ]

any ideas what it is. :)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rich_roast

Re: End_request: i/o error

Post by rich_roast »

Ordinarily /dev/fd* would be a floppy disk controller.
Dar-es-Salaam

Re: End_request: i/o error

Post by Dar-es-Salaam »

Hi rich_roast,

Thanks for that, Just wondered what it was and if could be stopped, everything works ok so it doesn't matter
ukbrian

Re: End_request: i/o error

Post by ukbrian »

Code: Select all

sudo gedit /etc/fstab
There's normally an entry around the cdrom0 one for a floppy just comment it out or delete it
proc /proc proc nodev,noexec,nosuid 0 0
UUID=d5cebd13-cacc-403b-9e8d-6e276f76a646 / ext4 rw,errors=remount-ro,user_xattr 0 1
UUID=86443ABB443AADB5 /home/me/500-data ntfs-3g defaults,uid=1000 0 0
UUID=4f859efd-7936-442d-b023-0ba993e105e8 swap swap sw 0 0

/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
Dar-es-Salaam

Re: End_request: i/o error

Post by Dar-es-Salaam »

Hi ukbrian

Thanks for taht I will delete it :D
lleiria
Level 2
Level 2
Posts: 63
Joined: Sun Nov 07, 2010 2:07 pm

Re: End_request: i/o error [ SOLVED ]

Post by lleiria »

I had the same problem after a fresh install. But i didn't have any refference to fd0 in my fstab. Anyway, after googling a bit, I solved the question with this:

Code: Select all

echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf && sudo rmmod floppy && sudo update-initramfs -u
Note: I don't have any floppy disk
Image
mads

Re: End_request: i/o error [ SOLVED ]

Post by mads »

lleiria wrote:

Code: Select all

echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf && sudo rmmod floppy && sudo update-initramfs -u
lleiria, thanks. :)
I can confirm the problem (LMDE 32-bit), and that the above code fixed it. The code was originally posted here.
Locked

Return to “LMDE Archive”