Correctness
Posted Dec 5, 2008 18:22 UTC (Fri) by
man_ls (subscriber, #15091)
In reply to:
Correctness by ncm
Parent article:
Tux3: the other next-generation filesystem
Everything you say can be prevented by a more robust filesystem with data journaling, even without checksums. Ext3 with data=ordered is an example.
Even with checksumming data integrity is not guaranteed: yes, the filesystem will detect that a sector is corrupt, but it still needs to locate a good previous version and be able to roll back to that version. Isn't it easier to just do data journaling?
(
Log in to post comments)