disable CoW earlier on var and tmp

This commit is contained in:
Maciej Lebiest 2021-06-29 16:14:17 +02:00 committed by GitHub
parent 2cfd3aabbe
commit 5d8e7daace
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +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
>chattr +C /mnt/@var
>chattr +C /mnt/@tmp
>umount /mnt
### 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/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
### for swap subvolume add nodatacow option to disable CoW (works only if its separate partition)