Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
view docs/man/man8/fzfs-mount.rst @ 467:6ecd16725818
Begin refactoring bhyve into fbhyve.
Planned:
- more consistent naming (analogous to jails)
- using bhyve configuration files instead of RC variables for bhyve devices
- more docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 14 Jun 2024 09:40:04 +0200 |
| parents | c2e2fed957ed |
| children | e26183b3bac9 |
line wrap: on
line source
.. -*- coding: utf-8; indent-tabs-mode: nil; -*- fzfs-mount ========== Synopsis -------- **fzfs mount** [**-O**] [**-N**] [**-P**] [**-n**] [**-u**] `dataset` [`mountpoint`] Description ----------- Mount the ZFS dataset `dataset` and all its children to mountpoint `mountpoint`. 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:: -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)`
