From 7c33d17c17f2844fb34ff219a1da8e10f5424477 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Tue, 12 Apr 2022 22:44:26 -0300 Subject: [PATCH] root: update btrfs flags --- root/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/fstab b/root/fstab index de8d01b..cc4e71b 100644 --- a/root/fstab +++ b/root/fstab @@ -3,7 +3,7 @@ # - {%@@ set btrfs_opt_t = "rw,noatime,compress=zstd:3,subvol={}" @@%} + {%@@ set btrfs_opt_t = "defaults,autodefrag,rw,noatime,compress=zstd:3,subvol={}" @@%} {%@@ set entry_t = "UUID={uuid} {path} {fs} {opts} {dump} {pass}" @@%} {%@@ for partition in filesystem.partition @@%}