CMD + K

Alle videoerfile systems

Journaling: Crash Consistency by Write-Ahead Log

1:02Fortellerstemme
0:00 / 0:00

Crash consistency — a single file write touches data, inode, and bitmap; a crash partway through leaves the filesystem corrupt. A write-ahead journal records the intent first, then replays it on reboot so partial writes never become permanent.

journalingcrash consistencywrite-ahead logtransactionatomic commitredo