Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/fzfs-mount.rst @ 649:4ee9a8042f4a
common.subr: _get_jail_from_path() now just returns when the jail is dying.
But it prints the name of the jail if it is yet dying.
Real error reporting must not consistently be done in the caller.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 27 Sep 2024 21:21:34 +0200 |
| parents | c05ef1c86c9c |
| children |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- fzfs-mount ========== Synopsis -------- **fzfs mount** [**-O**] [**-N**] [**-P**] [**-k**] [**-n**] [**-u**] `dataset` [`mountpoint`] Description ----------- Mount the ZFS dataset `dataset` and all its children to mountpoint `mountpoint`. If something fails it is tried to unmount the intermediately mounted datasets. Options ------- .. program:: fzfs mount .. option:: -O Also mount datasets at mountpoints outside of their "natural" and inherited mountpoints. .. option:: -N Mount at their "natural" configured ZFS mountpoints (the `mountpoint` argument is not required in this case). .. option:: -P Do not mount the given parent `dataset` but only its children. .. option:: -k Do not try to unmount intermediately mounted datasets on errors but keep them mounted. .. option:: -n Do not really mount anything but show what would be mounted where. .. option:: -u Alias of :option:`-n` See Also -------- :manpage:`fzfs-umount(8)`
