Add BTRFS optimizations

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy
2024-12-19 06:45:50 -07:00
committed by GitHub
parent 97851bb2b7
commit 049579f03d

View File

@@ -189,3 +189,15 @@ Unlock the second partition <br />
Btrfs subvolumes -> create new -> name root, mountpoint /
Finish the rest of the installation as normal.
## Post install
### BTRFS optimizations
Edit /etc/fstab and add the following options for the / mountpoint:
```
ssd,noatime,compress=zstd
```
Reboot to apply the optimizations.