diff options
author | kpande <[email protected]> | 2019-02-19 11:10:57 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-02-19 11:10:57 -0800 |
commit | 11f6127aba6b9aa54bc86e70581aebeb7d160db4 (patch) | |
tree | 625cc7e7977e1cc555b441a908293c078babdc70 /man | |
parent | f545b6ae00ef77df710ddace328d13e8c5c265bf (diff) |
zfs mount man page should document legacy behaviour
Document legacy mount behavior.
Reviewed by: Allan Jude <[email protected]>
Reviewed by: Matt Ahrens <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: bunder2015 <[email protected]>
Reviewed-by: loli10K <[email protected]>
Signed-off-by: Kash Pande <[email protected]>
Closes #2900
Closes #8414
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 551089609..c4c172155 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -3304,16 +3304,24 @@ Displays all ZFS file systems currently mounted. .Op Fl o Ar options .Fl a | Ar filesystem .Xc -Mounts ZFS file systems. +Mount ZFS filesystem on a path described by its +.Sy mountpoint +property, if the path exists and is empty. If +.Sy mountpoint +is set to +.Em legacy , +the filesystem should be instead mounted using +.Xr mount 8 . .Bl -tag -width "-O" .It Fl O -Perform an overlay mount. +Perform an overlay mount. Allows mounting in non-empty +.Sy mountpoint . See .Xr mount 8 for more information. .It Fl a Mount all available ZFS file systems. -Invoked automatically as part of the boot process. +Invoked automatically as part of the boot process if configured. .It Ar filesystem Mount the specified filesystem. .It Fl o Ar options |