disable Cow on swap also early
This commit is contained in:
parent
5d8e7daace
commit
c5412ab948
1 changed files with 2 additions and 1 deletions
|
@ -74,9 +74,10 @@ For setting up different locale than pl check official guide
|
||||||
|
|
||||||
>btrfs su cr /mnt/@snapshots
|
>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/@var
|
||||||
>chattr +C /mnt/@tmp
|
>chattr +C /mnt/@tmp
|
||||||
|
>chattr +C /mnt/@swap
|
||||||
|
|
||||||
>umount /mnt
|
>umount /mnt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue