ext4 and data loss
Posted Mar 12, 2009 11:03 UTC (Thu) by
eru (subscriber, #2753)
In reply to:
ext4 and data loss by michaeljt
Parent article:
ext4 and data loss
Why not just have a journal (metadata and data lumped together) with fixed blocks for data which does not yet have its own blocks?
I believe this is more or less how a log-structured file system works:
http://en.wikipedia.org/wiki/Log-structured_file_system.
For some reason the idea is not in very common use.
(
Log in to post comments)