| zfs
share
[-l]
-a | filesystem
Shares available ZFS file systems.
|
| -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.
|
| -a
|
| |
Share all available ZFS file systems.
Invoked automatically as part of the boot process.
|
| filesystem
|
| |
Share the specified filesystem according to the
sharenfs
and
sharesmb
properties.
File systems are shared when the
sharenfs
or
sharesmb
property is set.
|