notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Ext4.md (541B)


      1 # Ext4 (Fourth Extended File System)
      2 
      3 **Source:** [Arch Wiki](https://wiki.archlinux.org/title/Ext4)
      4 **Definition:** Ext4 is the current default filesystem for Linux. The filesystem provides good performance with acceptable resilience.
      5 
      6 ## Features
      7 
      8 - Block and filename encryption
      9 - Journaling
     10 - Checksums
     11 - ...
     12 
     13 ## Use Cases
     14 
     15 Ext4 is the best filesystem for most general purpose use cases. It provides solid performance and resilience, is an overall improvement to prior Ext filesystems, and destroys NTFS and other Microsoft filesystems.