Zane C. B. wrote:
hdb: lost interrupt
hda: status error: status=0x58 { DriveReady SeekComplete DataRequest }
ide: failed opcode was: unknown
hda: drive not ready for command
hda: irq timeout: status=0xd0 { Busy }
ide: failed opcode was: unknown
ide0: reset: success
Any ideas what is happening or suggestions for testing for what is
happening?
smartctl -H /dev/hda and smartctl -l error /dev/hda show the drive as
being good.
Run
smartctl -A /dev/hda
and watch for things like Current_Pending_Sector and
Offline_Uncorrectable. Also, try
smartctl -t long /dev/hda
followed by (after waiting the indicated period of time)
smartctl -l selftest /dev/hda
--Marcin