zfs
mount
Displays all ZFS file systems currently mounted.
|
zfs
mount
[-Oflv]
[-o options]
-a | filesystem
Mount ZFS filesystem on a path described by its
mountpoint
property, if the path exists and is empty.
If
mountpoint
is set to
legacy,
the filesystem should be instead mounted using
mount(8).
|
-O
|
|
Perform an overlay mount.
Allows mounting in non-empty
mountpoint.
See
mount(8)
for more information.
|
-a
|
|
Mount all available ZFS file systems.
Invoked automatically as part of the boot process if configured.
|
filesystem
|
|
Mount the specified filesystem.
|
-o options
|
|
An optional, comma-separated list of mount options to use temporarily for the
duration of the mount.
See the
Temporary Mount Point Properties
section of
zfsprops(7)
for details.
|
-l
|
|
Load keys for encrypted filesystems as they are being mounted.
This is equivalent to executing
zfs
on each encryption root before mounting it.
Note that if a filesystem has
keylocation= prompt,
this will cause the terminal to interactively block after asking for the key.
|
-v
|
|
Report mount progress.
|
-f
|
|
Attempt to force mounting of all filesystems, even those that couldn't normally be mounted (e.g. redacted datasets).
|