Merge pull request #1777 from librewish/btrfs_additions
[fstab] Improve btrfs mount options
This commit is contained in:
commit
88669a4079
@ -13,7 +13,7 @@
|
|||||||
# options from this mapping.
|
# options from this mapping.
|
||||||
mountOptions:
|
mountOptions:
|
||||||
default: defaults,noatime
|
default: defaults,noatime
|
||||||
btrfs: defaults,noatime,space_cache,autodefrag
|
btrfs: defaults,noatime,space_cache,autodefrag,compress=zstd
|
||||||
|
|
||||||
# Mount options to use for the EFI System Partition. If not defined, the
|
# 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,
|
# *mountOptions* for *vfat* are used, or if that is not set either,
|
||||||
@ -38,10 +38,10 @@ efiMountOptions: umask=0077
|
|||||||
# swap: discard
|
# swap: discard
|
||||||
# btrfs: discard,compress=lzo
|
# btrfs: discard,compress=lzo
|
||||||
#
|
#
|
||||||
# The standard configuration applies only lzo compression to btrfs
|
# The standard configuration applies asynchronous discard support and ssd optimizations to btrfs
|
||||||
# and does nothing for other filesystems.
|
# and does nothing for other filesystems.
|
||||||
ssdExtraMountOptions:
|
ssdExtraMountOptions:
|
||||||
btrfs: compress=lzo
|
btrfs: discard=async,ssd
|
||||||
|
|
||||||
# Additional options added to each line in /etc/crypttab
|
# Additional options added to each line in /etc/crypttab
|
||||||
crypttabOptions: luks
|
crypttabOptions: luks
|
||||||
|
Loading…
Reference in New Issue
Block a user