notes

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

BTRFS.md (322B)


      1 # BTRFS (B-Tree File System)
      2 
      3 **Source:** Wikipedia :\
      4 
      5 **Definition:** BTRFS is a copy-on-write file system and logical volume manager for use on Linux.
      6 
      7 ## COW B-Tree
      8 
      9 The COW [B-Tree](B-Tree.md)
     10 
     11 ## Features
     12 
     13 - Pooling
     14 - Snapshots
     15 - Subvolumes
     16 - Integrity Checks
     17 - Pooling
     18 - GPL V3 (Compared with [ZFS's](ZFS.md) CDDL)