ata error: UnrecovData Handshk
Posted
by
Aaron Digulla
on Super User
See other posts from Super User
or by Aaron Digulla
Published on 2010-12-25T23:32:45Z
Indexed on
2010/12/25
23:55 UTC
Read the original article
Hit count: 286
I just saw this message in my log (openSUSE 11.3, Linux 2.6.36.2):
ata6.00: exception Emask 0x10 SAct 0x1 SErr 0x400100 action 0x6 frozen
ata6.00: irq_stat 0x08000000, interface fatal error
ata6: SError: { UnrecovData Handshk }
ata6.00: failed command: WRITE FPDMA QUEUED
ata6.00: cmd 61/58:00:9f:69:00/00:00:00:00:00/40 tag 0 ncq 45056 out
res 40/00:04:9f:69:00/00:00:00:00:00/40 Emask 0x10 (ATA bus error)
ata6.00: status: { DRDY }
ata6: hard resetting link
ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
ata6.00: configured for UDMA/133
ata6: EH complete
Two questions:
Which disk caused the error? I search
/sys
and/proc
but couldn't find a way to mapata6
to a device (/dev/sdaXY
)When such an error happens, does Linux retry the disk operation? Or do I have a corrupt filesystem?
© Super User or respective owner