meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:fs:btrfs:hints [2024/11/20 13:52] niziaklinux:fs:btrfs:hints [2024/12/01 09:59] (current) niziak
Line 1: Line 1:
 ====== ! BTRFS Hints ====== ====== ! BTRFS Hints ======
  
-===== Attentions =====+===== Attention =====
  
   * 2021-03: Keep at least 10GB free space !   * 2021-03: Keep at least 10GB free space !
Line 11: Line 11:
 ===== Hints ===== ===== Hints =====
   * Default node size for ''mkfs.btrfs'' is 16kB and offers best performance. If file is small enough to be stored in btrfs leaf metadata it is directly stored in metadatas (max file size if 16384-148 heaf header)   * Default node size for ''mkfs.btrfs'' is 16kB and offers best performance. If file is small enough to be stored in btrfs leaf metadata it is directly stored in metadatas (max file size if 16384-148 heaf header)
 +  * Disable COW on ''/tmp'': ''sudo chattr -R +C /tmp''