• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

LinuxLog: "Directory sread (sector 0x18) failed" Help!

bubba

Golden Member

I am getting the following errors in my log file on a couple of machines:

kernel: Directory sread (sector 0x18) failed
kernel: attempt to access beyond end of device
kernel: 02:00: rw=0, want=12, limit=4

Anyone know what this is?
 
I believe that's for the floppy device (02:00 is the major and minor device numbers), so either your floppy is bad or there is no disk in the drive.
 

It is in /var/log/messages

Ahh... Could be a mounted floppy that someone removed by hitting the button w/o unmounting it.
 
Ahh... Could be a mounted floppy that someone removed by hitting the button w/o unmounting it.

Yes, Linux cache's disks aggressively, even floppies so if you remove it without unmounting it first chances are your data wasn't written to the disk and when the kernel goes to flush the cache periodically you'll get errors like that.
 
Back
Top