public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* I/O error propagation
@ 2005-03-03 19:28 V P
  2005-03-03 20:20 ` linux-os
  0 siblings, 1 reply; 3+ messages in thread
From: V P @ 2005-03-03 19:28 UTC (permalink / raw)
  To: linux-kernel

Hi,

I have a question on how disk errors get propagated to
the file systems.

>From looking at the SCSI/IDE drivers, it looks like there
could be many reasons for an I/O to fail. It could be
bus timeout, media errors, and so on.

Does all these errors get reported to the file system ?
It looks like all the different types of errors get
turned into a single I/O error (-EIO) and passed on to the
file system.

Or is there a way where we can export better error codes
to the file system ?

Any idea/input regarding this is greatly appreciated.

Thanks.

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

end of thread, other threads:[~2005-03-03 22:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-03 19:28 I/O error propagation V P
2005-03-03 20:20 ` linux-os
2005-03-03 22:29   ` V P

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