tail head cat sleep
QR code linking to this page

Manual Pages  — ZFS-SHARE

NAME

zfs-share – share and unshare ZFS filesystems

CONTENTS

SYNOPSIS


zfs share [-l] -a | filesystem
zfs unshare -a | filesystem|mountpoint

DESCRIPTION

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.
zfs unshare -a | filesystem|mountpoint Unshares currently shared ZFS file systems.
-a
  Unshare all available ZFS file systems. Invoked automatically as part of the shutdown process.
filesystem|mountpoint
  Unshare the specified filesystem. The command can also be given a path to a ZFS file system shared on the system.

SEE ALSO

exports(5), smb.conf(5), zfsprops(7)

ZFS-SHARE (8) May 17, 2021

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

"I liken starting one's computing career with Unix, say as an undergraduate, to being born in East Africa. It is intolerably hot, your body is covered with lice and flies, you are malnourished and you suffer from numerous curable diseases. But, as far as young East Africans can tell, this is simply the natural condition and they live within it. By the time they find out differently, it is too late. They already think that the writing of shell scripts is a natural act."
— Ken Pier, Xerox PARC