From c5412ab9486b5cc424e5521845d142bc44a6a9c0 Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Tue, 29 Jun 2021 16:22:27 +0200 Subject: [PATCH] disable Cow on swap also early --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a5f2d0..2496011 100644 --- a/README.md +++ b/README.md @@ -74,9 +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 +#### disable copy on write on var, tmp and swap >chattr +C /mnt/@var >chattr +C /mnt/@tmp +>chattr +C /mnt/@swap >umount /mnt