The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* "Trapping" hard drive errors ( "ata***** failed command: READ FPDMA QUEUED")
@ 2012-08-24  4:26 Mouse Dresden
  2012-08-24 19:04 ` Calvin Walton
  0 siblings, 1 reply; 2+ messages in thread
From: Mouse Dresden @ 2012-08-24  4:26 UTC (permalink / raw)
  To: linux-kernel

Hello I hope that this question is not to mundane.

A while ago I encountered this error message on a hard drive of mine.
I managed to clean up the problem and run smartctl and the disk is
clean, but such errors can be very problematic. I think one of the
reasons is that the hard drive gets "bogs down" on the particular
command and communication between the kernel and drive, other system
calls time out. This generates a lot of spurious errors you have to
eliminate.

I would like to create some basic tools to aid in diagnosing and
repairing such problems. The main difficulty is "trapping" the error
message. By this I mean terminating the call that is causing the
error, causing the drive to abandon this particular command, and
sending some sort of signal ( figurative and or literal ) to the
process making the particular command, so I can trace it.

Can someone either describe the process, or if it is too long,
recommend some reading describing it?

If it helps to know the detailed message, it can be found at:
http://unix.stackexchange.com/questions/43681/kde-causes-read-fpdma-queued-error

Thank you

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-24 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24  4:26 "Trapping" hard drive errors ( "ata***** failed command: READ FPDMA QUEUED") Mouse Dresden
2012-08-24 19:04 ` Calvin Walton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox