From 5d8e7daacecb0fd2c07313fde3d6e45bb1f3f0a1 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:14:17 +0200 Subject: [PATCH] disable CoW earlier on var and tmp --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8ad338..5a5f2d0 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,10 @@ For setting up different locale than pl check official guide >btrfs su cr /mnt/@snapshots +#### disable copy on write on var and tmp +>chattr +C /mnt/@var +>chattr +C /mnt/@tmp + >umount /mnt ### If using encryption, change /dev/sdX2 to /dev/mapper/MainPart: @@ -90,9 +94,6 @@ For setting up different locale than pl check official guide >mkdir /mnt/snapshots >mkdir /mnt/efi # for EFI partition /dev/sdX1 - -## disable copy on write on var ->chattr +C /mnt/var ### If using encryption, change /dev/sdX2 to /dev/mapper/MainPart ### for swap subvolume add nodatacow option to disable CoW (works only if its separate partition)