mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-13 17:21:05 +00:00
btrfs-progs: docs: add note about mount option applicability
Copied from https://btrfs.wiki.kernel.org/index.php/Mount_options . Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
c9fa9355f3
commit
a0abb06218
@ -26,6 +26,13 @@ This section describes mount options specific to BTRFS. For the generic mount
|
||||
options please refer to `mount`(8) manpage. The options are sorted alphabetically
|
||||
(discarding the 'no' prefix).
|
||||
|
||||
NOTE: most mount options apply to the whole filesystem and only options in the
|
||||
first mounted subvolume will take effect. This is due to lack of implementation
|
||||
and may change in the future. This means that (for example) you can't set
|
||||
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.
|
||||
|
||||
*acl*::
|
||||
*noacl*::
|
||||
(default: on)
|
||||
|
Loading…
Reference in New Issue
Block a user