Re: New filesystem for Linux
From: Phillip Susi
Date: Sun Nov 05 2006 - 21:48:59 EST
Brad Campbell wrote:
I've never seen this behaviour in a drive. All the drives I've seen mark
bad sectors as "pending reallocation", they they return read errors on
that sector unless they manage to jag a good read, in which case they
then reallocate the sector. Or else they wait for you to write to the
sector triggering a reallocation.
This is exactly what they are required to do by the relevant standards.
The drive can not silently discard data and reallocate the sector. It
either has to get a successful read of the old data, then reallocate, or
wait for the host to write new data, and store that in the new location.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/