mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
[fstab] Improve comment about space_cache
This commit is contained in:
parent
9ef520f862
commit
daa5731acf
1 changed files with 3 additions and 5 deletions
|
@ -12,11 +12,9 @@
|
||||||
# is listed here, use those options, otherwise use the *default*
|
# is listed here, use those options, otherwise use the *default*
|
||||||
# options from this mapping.
|
# options from this mapping.
|
||||||
#
|
#
|
||||||
# With kernels 5.15 and newer be cautious of adding the option
|
# With kernels 5.15 and newer be cautious of adding the option space_cache
|
||||||
# space_cache to the btrfs mount options. If the root volume is initially
|
# to the btrfs mount options. The default in 5.15 changed to space_cache=v2.
|
||||||
# mounted with one version of space_cache and the mount option specifies
|
# If space_cache or space_cache=v1 are specified, it may fail to remount.
|
||||||
# a different version or implies v1 when v2 is in use, it may fail to
|
|
||||||
# remount properly.
|
|
||||||
mountOptions:
|
mountOptions:
|
||||||
default: defaults,noatime
|
default: defaults,noatime
|
||||||
btrfs: defaults,noatime,autodefrag,compress=zstd
|
btrfs: defaults,noatime,autodefrag,compress=zstd
|
||||||
|
|
Loading…
Add table
Reference in a new issue