From 5920fb3b2e6c462a1cd19cf675bccc2b83f2296e Mon Sep 17 00:00:00 2001 From: Maciej Lebiest <68295743+Szwendacz99@users.noreply.github.com> Date: Fri, 18 Feb 2022 20:33:36 +0100 Subject: [PATCH] subvolume for swapfile --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 841b1a6..ef07d00 100644 --- a/README.md +++ b/README.md @@ -267,10 +267,10 @@ LC_TIME=pl_PL.UTF-8 #### Now create empty (with 0 size) swap file: -#### Create separate folder for swapfile. This folder is needed to let you make snapshot of `/`, which would not be possible with any file in it with CoW disabled! +#### Create separate subvolume for swapfile. This subvolume is needed to let you make snapshot of `/`, which would not be possible with any file in it with CoW disabled! ``` -mkdir /swap +btrfs su create /swap chattr +C /swap ```