btrfs-progs: docs: clarify mount options

Issue: 246
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2020-04-22 15:36:44 +02:00
parent 6ffdd00e79
commit d617327acb
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@ per-subvolume 'nodatacow', 'nodatasum', or 'compress' using mount options. This
should eventually be fixed, but it has proved to be difficult to implement
correctly within the Linux VFS framework.
Mount options are processed in order, only the last occurence of an option
takes effect and may disable other options due to constraints (see eg.
'nodatacow' and 'compress'). The output of 'mount' command shows which options
have been applied.
*acl*::
*noacl*::
(default: on)