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 […]

HOWTO: LINUX FILESYSTEMS

Posted Leave a comment

This blog series aims to be a reference guideline by collecting useful knowledge and tutorials about Linux filesystems, mainly about ext3 and ext4. Because, as systems engineers/administrators, when we need to manually perform disk maintenance on a server, we know that a tiny mistake may have large consequences. “Trial-and-Error” is sometimes a good way to […]