Summary

This lesson presents a brief summary of this chapter.

We'll cover the following...

We have introduced the problem of crash consistency and discussed various approaches to attacking this problem. The older approach of building a file system checker works but is likely too slow to recover on modern systems. Thus, many file systems now use journaling. Journaling reduces ...