Other error rates that need to be looked at.
Posted Sep 5, 2006 21:48 UTC (Tue) by
anton (guest, #25547)
In reply to:
Other error rates that need to be looked at. by giraffedata
Parent article:
The 2006 Linux Filesystems Workshop (Part III)
from the filesystem perspective, the data is always
consistent no matter how much it gets corrupted.
Yes, many file system designers only care about metadata consistency.
Note how doublefs is suggested as a replacement for copy-on-write
filesystems, even though doublefs only duplicates the metadata; with
update-in-place for data, I don't really see an efficient way to
guarantee that the data is consistent.
(
Log in to post comments)