Tagged articles
5 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jan 25, 2021 · Fundamentals

How Journaling File Systems Prevent Data Corruption After Crashes

This article explains why file writes are non‑atomic, illustrates the risks of partial writes, and details how journaling (write‑ahead logging) and its variants—data and metadata journaling—ensure filesystem consistency and performance on Linux systems.

Ext3FilesystemLinux
0 likes · 8 min read
How Journaling File Systems Prevent Data Corruption After Crashes