Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:btrfs [2023/07/02 16:48]
darron [Setup]
tools:btrfs [2024/01/16 15:09] (current)
darron [Setup]
Line 1: Line 1:
-====BTRFS====+====B-TREE FS====
  
-B-TREE filesystem for Linux+BTRFS for Linux
  
 ===Install=== ===Install===
Line 84: Line 84:
 BTRFS info (device sda1): disk space caching is enabled BTRFS info (device sda1): disk space caching is enabled
 BTRFS info (device sda1): checking UUID tree BTRFS info (device sda1): checking UUID tree
 +</code>
 +
 +fstab
 +
 +<code>
 +UUID=f6eb5f98-032e-4634-b726-24f356c17af8 /opt btrfs noatime,nodiratime 0 0
 +</code>
 +
 +<code>
 +mount -a
 +systemctl daemon-reload
 </code> </code>