From 049579f03d5b17d11b31ef4e1948c5ba0b976fd3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Thu, 19 Dec 2024 06:45:50 -0700 Subject: [PATCH] Add BTRFS optimizations Signed-off-by: Tommy --- Thinkpad P53.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Thinkpad P53.md b/Thinkpad P53.md index 5034db4..77993b3 100644 --- a/Thinkpad P53.md +++ b/Thinkpad P53.md @@ -189,3 +189,15 @@ Unlock the second partition
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.