disable CoW earlier on var and tmp
This commit is contained in:
parent
2cfd3aabbe
commit
5d8e7daace
1 changed files with 4 additions and 3 deletions
|
@ -74,6 +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
|
||||||
|
>chattr +C /mnt/@var
|
||||||
|
>chattr +C /mnt/@tmp
|
||||||
|
|
||||||
>umount /mnt
|
>umount /mnt
|
||||||
|
|
||||||
### If using encryption, change /dev/sdX2 to /dev/mapper/MainPart:
|
### 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/snapshots
|
||||||
|
|
||||||
>mkdir /mnt/efi # for EFI partition /dev/sdX1
|
>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
|
### 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)
|
### for swap subvolume add nodatacow option to disable CoW (works only if its separate partition)
|
||||||
|
|
Loading…
Reference in a new issue