This repository was archived by the owner on Feb 16, 2020. It is now read-only.
forked from dustin/mac-zfs
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathzfs.util.8
99 lines (97 loc) · 2.48 KB
/
zfs.util.8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
'\" te
.\" Copyright (c) 2007 Apple Inc. All rights reserved.
.\" Use is subject to license terms stated below.
.\"
.\" The contents of this file are subject to the terms of the
.\" Common Development and Distribution License v. 1.0 (the "License").
.\" You may not use this file except in compliance with the License.
.\"
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
.\" or http://www.opensolaris.org/os/licensing <http://www.opensolaris.org/os/licensing> .
.\" See the License for the specific language governing permissions
.\" and limitations under the License.
.\"
.\" THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE
.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
.\" THE POSSIBILITY OF SUCH DAMAGE.
.Dd Nov 05, 2009
.Dt zfs.util 8
.Os "Mac OS X"
.Sh NAME
.Nm zfs.util
.Nd ZFS file system utility
.Sh SYNOPSIS
.Nm
.Op Fl m Ar mountflag1 mountflag2 mountflag3 mountflag4
.Ar device node
.Pp
.Nm
.Op Fl p Ar mountflag1 mountflag2 mountflag3 mountflag4
.Ar device
.Pp
.Nm
.Op Fl u
.Ar device
.Pp
.Nm
.Op Fl n
.Ar device name
.Sh DESCRIPTION
The
.Nm
command supports the mounting, probing, and unmounting of ZFS file systems.
.Pp
Options:
.Bl -tag -compact -offset indent
.It Fl m Ar mountflag1 mountflag2 mountflag3 mountflag4
mount
.It Fl n
set name
.It Fl p Ar mountflag1 mountflag2 mountflag3 mountflag4
probe for mounting
.It Fl u
unmount
.El
.Pp
.Ar mountflags
above are either:
.Bl -bullet -compact -offset indent
.It
.Ar removable
or
.Ar fixed
.It
.Ar readonly
or
.Ar writeable
.It
.Ar suid
or
.Ar nosuid
.It
.Ar dev
or
.Ar nodev
.El
.Sh SEE ALSO
.Xr diskarbitrationd 8
.Xr zpool 8
.Xr zfs 8
.Sh HISTORY
The
.Nm
command first appeared in Mac OS X 10.5 (Leopard).
Was subsequently thrown out in an alledged licensing spat and
left to the open-source community to pick up.
.SH BUGS
.sp
.LP
All issues listed at http://code.google.com/p/maczfs/issues/list