view docs/man/fzfs-mount.rst @ 284:106cd5d9da7e

Put all manual pages into section 8 (FreeBSD System Manager's Manual)
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 09:16:58 +0200
parents 1fc3b04b39fa
children 517724af7c68
line wrap: on
line source

.. -*- coding: utf-8; indent-tabs-mode: nil; -*-

:orphan:


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)`