Optimize fstab for btrfs performance and stability
This commit is contained in:
parent
cb1a24bf06
commit
cf7c0900b6
@ -10,7 +10,7 @@
|
||||
# options from this mapping.
|
||||
mountOptions:
|
||||
default: defaults,noatime
|
||||
btrfs: defaults,noatime,space_cache,autodefrag
|
||||
btrfs: defaults,noatime,space_cache
|
||||
|
||||
# Mount options to use for the EFI System Partition. If not defined, the
|
||||
# *mountOptions* for *vfat* are used, or if that is not set either,
|
||||
@ -25,7 +25,7 @@ ssdExtraMountOptions:
|
||||
jfs: discard
|
||||
xfs: discard
|
||||
swap: discard
|
||||
btrfs: discard,compress=lzo
|
||||
btrfs: ssd,compress=zstd,commit=120
|
||||
|
||||
# Additional options added to each line in /etc/crypttab
|
||||
crypttabOptions: luks
|
||||
|
Loading…
Reference in New Issue
Block a user