What Is Metadata Journaling
What Is Metadata Journaling? The journal is an on-disk log of metadata, or data about the filesystem, that is updated as the filesystem changes. Without journaling, filesystems keep updates and changes in memory. Periodically, these changes are flushed from memory and written to disk. Writeback, ordered, and data journaling are the three different types. Here, […]
What Is Metadata Journaling Read More »