Ext4
Everything on SkillVeris tagged Ext4 — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What Is a File System?
A file system is the operating system component that organizes how data is named, stored, retrieved, and protected on persistent storage, presenting raw disk b…
What is ext4 and What Improvements Does It Bring?
ext4 is the default Linux file system that improves on ext3 by using extents instead of pure block-mapping for large files, adding delayed allocation and multi…
What is Journaling in a File System and Why Does It Matter?
Journaling is a technique where a file system writes a record of an intended metadata (and optionally data) change to a dedicated log before applying that chan…