On Wed, Feb 01, 2006 at 03:40:02PM +0100, dragoran wrote:
hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error } hda: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=78221567, sector=78156288
Ok then this is a kernel or udev triggered bug. Something is reading beyond the actual end of disk.
hda: 78156289 sectors (40016 MB) w/1024KiB Cache, CHS=65535/16/63, UDMA(100)
So its 78156289 sectors long and someone read LBA sector 78221567. Not unsuprisingly the drive got uppity about that.
Thanks
Alan