btrfs-progs: docs: clarify mount options
Issue: 246 Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
6ffdd00e79
commit
d617327acb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue