Skip to content

Commit

Permalink
subvolume for swapfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwendacz99 authored Feb 18, 2022
1 parent 83c1403 commit 5920fb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 5920fb3

Please sign in to comment.