LINUX FILESYSTEMS, PART 3 – JOURNALIZED FILESYSTEM – AIRBAG FOR SERVER CRASH

Posted Leave a comment

This blog article details how a brutal interruption of a write operation can corrupt a whole filesystem and how a journal provides a protection against such incomplete writes. 3.1 Consequences of uncomplete writes When you write a file, the underlying filesystem is actually doing two different kinds of write operations: metadata and data writes. For […]