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
|
||||
|
||||
#### 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:
|
||||
|
@ -91,9 +95,6 @@ For setting up different locale than pl check official guide
|
|||
|
||||
>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)
|
||||
### Discard ssd and noatime are for ssd disks only
|
||||
|
|
Loading…
Reference in a new issue