1 .\" Copyright (c) 2017 The DragonFly Project. All rights reserved.
3 .\" Redistribution and use in source and binary forms, with or without
4 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in
11 .\" the documentation and/or other materials provided with the
13 .\" 3. Neither the name of The DragonFly Project nor the names of its
14 .\" contributors may be used to endorse or promote products derived
15 .\" from this software without specific, prior written permission.
17 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
20 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
21 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
22 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
23 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
24 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
25 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
27 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 .Nd mount a HAMMER2 file system
39 .Ar special Ns Op Cm @ Ns Ar label
65 is a short form, which mounts
67 from an already mounted
70 If there are multiple mounts with the same
72 the first one mounted takes precedence over others.
76 is based on partition of
82 and any other partition defaults to "DATA".
84 The options are as follows:
85 .Bl -tag -width indent
87 Options are specified with a
89 flag followed by a comma separated string of options.
92 man page for possible options and their meanings.
95 specific options are also available:
96 .Bl -tag -width indent
98 Disable PFS clustering.
101 Update the mount point.
102 This is used to upgrade a mount to read-write.
111 PFS "ROOT" is mounted:
112 .Bd -literal -offset indent
113 mount_hammer2 /dev/da0s1d /mnt
119 .Bd -literal -offset indent
120 /dev/da0s1d /mnt hammer2
123 Mount PFS "TEST" from same filesystem:
124 .Bd -literal -offset indent
125 mount_hammer2 @TEST /mnt2
141 utility first appeared in
144 This manual page was written by
145 .An Thomas Nikolajsen .