view docs/man/fzfs-mount.rst @ 286:258a1dfd52eb

Separate manual page documentation and "normal" HTML documentation. No "orphaned" source files should be there now. Also the HTML theme for the is changed from "alabaster" to "agogo".
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 18 Sep 2022 10:25:55 +0200
parents 517724af7c68
children
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)`