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
linux:fs:btrfs:hints [2024/12/01 09:58] niziaklinux:fs:btrfs:hints [2024/12/01 09:59] (current) niziak
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''