Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
comparison docs/man/man8/fzfs-mount.rst @ 294:c2e2fed957ed
- Compute a dynmic list of manual pages
- Move the sources of the manual pages into a section-specific subdir
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 18 Sep 2022 15:32:22 +0200 |
| parents | docs/man/fzfs-mount.rst@258a1dfd52eb |
| children | e26183b3bac9 |
comparison
equal
deleted
inserted
replaced
| 293:73ac6bec36fe | 294:c2e2fed957ed |
|---|---|
| 1 .. -*- coding: utf-8; indent-tabs-mode: nil; -*- | |
| 2 | |
| 3 fzfs-mount | |
| 4 ========== | |
| 5 | |
| 6 Synopsis | |
| 7 -------- | |
| 8 | |
| 9 **fzfs mount** [**-O**] [**-N**] [**-P**] [**-n**] [**-u**] `dataset` [`mountpoint`] | |
| 10 | |
| 11 | |
| 12 Description | |
| 13 ----------- | |
| 14 | |
| 15 Mount the ZFS dataset `dataset` and all its children to mountpoint | |
| 16 `mountpoint`. | |
| 17 | |
| 18 | |
| 19 Options | |
| 20 ------- | |
| 21 | |
| 22 .. program:: fzfs mount | |
| 23 | |
| 24 .. option:: -O | |
| 25 | |
| 26 Also mount datasets at mountpoints outside of their "natural" | |
| 27 and inherited mountpoints. | |
| 28 | |
| 29 .. option:: -N | |
| 30 | |
| 31 Mount at their "natural" configured ZFS mountpoints | |
| 32 (the `mountpoint` argument is not required in this case). | |
| 33 | |
| 34 .. option:: -P | |
| 35 | |
| 36 Do not mount the given parent `dataset` but only its children. | |
| 37 | |
| 38 .. option:: -n | |
| 39 | |
| 40 Do not really mount anything but show what would be mounted where. | |
| 41 | |
| 42 .. option:: -u | |
| 43 | |
| 44 Alias of :option:`-n` | |
| 45 | |
| 46 | |
| 47 See Also | |
| 48 -------- | |
| 49 | |
| 50 :manpage:`fzfs-umount(8)` |
