From 33197000d47a8b156880d5ea73b2396535f7fdd5 Mon Sep 17 00:00:00 2001 From: Tommy Date: Fri, 31 May 2024 00:55:59 -0700 Subject: [PATCH] Remove unnecessary space_cache Signed-off-by: Tommy --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 5837ae3..1452137 100644 --- a/install.sh +++ b/install.sh @@ -247,7 +247,7 @@ chmod 600 /mnt/@/.snapshots/1/info.xml ## Mounting the newly created subvolumes. umount /mnt output 'Mounting the newly created subvolumes.' -mount -o ssd,noatime,space_cache,compress=zstd:3 "${BTRFS}" /mnt +mount -o ssd,noatime,compress=zstd "${BTRFS}" /mnt mkdir -p /mnt/{boot,root,home,.snapshots,srv,tmp,/var/log,/var/crash,/var/cache,/var/tmp,/var/spool,/var/lib/libvirt/images,/var/lib/machines,/var/lib/gdm,/var/lib/AccountsService,/cryptkey} mount -o ssd,noatime,compress=zstd,nodev,nosuid,noexec,subvol=@/boot "${BTRFS}" /mnt/boot mount -o ssd,noatime,compress=zstd,nodev,nosuid,subvol=@/root "${BTRFS}" /mnt/root