Move /var/svc/log to /var/log/svc
[unleashed/lotheac.git] / share / man / man8 / mount_udfs.8
blob2c4b758c2dfd2a7674cdc7b56d60836d9e3aafa7
1 '\" te
2 .\"  Copyright (c) 2008 Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH MOUNT_UDFS 8 "May 12, 2008"
7 .SH NAME
8 mount_udfs \- mount a udfs file system
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBmount\fR \fB-F\fR udfs [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR]
13      [\fB-O\fR] \fIspecial\fR \fImount_point\fR
14 .fi
16 .LP
17 .nf
18 \fBmount\fR \fB-F\fR udfs [\fIgeneric_options\fR] [\fB-o\fR \fIspecific_options\fR]
19      [\fB-O\fR] \fIspecial\fR | \fImount_point\fR
20 .fi
22 .SH DESCRIPTION
23 .sp
24 .LP
25 The \fBmount\fR utility attaches a \fBudfs\fR file system to the file system
26 hierarchy at the \fImount_point\fR, which is the pathname of a directory. If
27 \fImount_point\fR has any contents prior to the mount operation, these are
28 hidden until the file system is unmounted.
29 .sp
30 .LP
31 If mount is invoked with either \fIspecial\fR or \fImount_point\fR as the only
32 arguments, \fBmount\fR searches \fB/etc/vfstab\fR to fill in the missing
33 arguments, including the \fIspecific_options\fR. See \fBmount\fR(8).
34 .sp
35 .LP
36 The \fBudfs\fR file system supports direct mounting of files containing the
37 file system as well as block devices. See \fBmount\fR(8) and
38 \fBlofiadm\fR(8).
39 .sp
40 .LP
41 If \fIspecial\fR and \fImount_point\fR are specified without any
42 \fIspecific_options\fR, the default is \fBrw\fR.
43 .sp
44 .LP
45 If the directory on which a file system is to be mounted is a symbolic link,
46 the file system is mounted on the directory to which the symbolic link refers,
47 rather than on top of the symbolic link itself.
48 .SH OPTIONS
49 .sp
50 .LP
51 See \fBmount\fR(8) for the list of supported \fIgeneric_options\fR.
52 .sp
53 .LP
54 The following options are supported:
55 .sp
56 .ne 2
57 .na
58 \fB\fB-o\fR \fIspecific_options\fR\fR
59 .ad
60 .sp .6
61 .RS 4n
62 Specify \fBudfs\fR file system specific options in a comma-separated list with
63 no intervening spaces. The following \fIspecific_options\fR are available:
64 .sp
65 .ne 2
66 .na
67 \fBm\fR
68 .ad
69 .sp .6
70 .RS 4n
71 Mount the file system without making an entry in \fB/etc/mnttab\fR.
72 .RE
74 .sp
75 .ne 2
76 .na
77 \fBremount\fR
78 .ad
79 .sp .6
80 .RS 4n
81 Remount the file system as read-write. The option is used in conjunction with
82 the \fBrw\fR option.
83 .sp
84 A file system mounted read-only can be remounted as read-write. This option
85 fails if the file system is not currently mounted.
86 .RE
88 .RE
90 .sp
91 .ne 2
92 .na
93 \fB\fB-O\fR\fR
94 .ad
95 .sp .6
96 .RS 4n
97 Overlay mount. Allow the file system to be mounted over an existing mount
98 point, making the underlying file system inaccessible. If a mount is attempted
99 on a pre-existing mount point without setting this flag, the mount fails,
100 producing the error: \f(CWdevice busy\fR.
103 .SH FILES
105 .ne 2
107 \fB\fB/etc/mnttab\fR\fR
109 .sp .6
110 .RS 4n
111 Table of mounted file systems
115 .ne 2
117 \fB\fB/etc/vfstab\fR\fR
119 .sp .6
120 .RS 4n
121 List of default parameters for each file system
124 .SH SEE ALSO
127 \fBfsck\fR(8), \fBfsck_udfs\fR(8), \fBlofiadm\fR(8), \fBmount\fR(8),
128 \fBmountall\fR(8), \fBmount\fR(2), \fBmnttab\fR(4), \fBvfstab\fR(4),
129 \fBattributes\fR(5)
130 .SH DIAGNOSTICS
132 .ne 2
134 \fBnot super user\fR
136 .sp .6
137 .RS 4n
138 The command is run by a non-root user. Run as root.
142 .ne 2
144 \fBno such device\fR
146 .sp .6
147 .RS 4n
148 The device name specified does not exist.
152 .ne 2
154 \fBnot a directory\fR
156 .sp .6
157 .RS 4n
158 The specified mount point is not a directory.
162 .ne 2
164 \fBis not an udfs file system\fR
166 .sp .6
167 .RS 4n
168 The device specified does not contain a udf 1.50 file system or the udfs file
169 system module is not available.
173 .ne 2
175 \fBis already mounted\fR
177 .sp .6
178 .RS 4n
179 The specified device is already in use.
183 .ne 2
185 \fBnot a block device\fR
187 .sp .6
188 .RS 4n
189 The device specified is not a block device. Use block device to mount.
193 .ne 2
195 \fBwrite-protected\fR
197 .sp .6
198 .RS 4n
199 The device is read-only.
203 .ne 2
205 \fBis corrupted. needs checking\fR
207 .sp .6
208 .RS 4n
209 The file system is in an inconsistent state. Run \fBfsck\fR.
212 .SH NOTES
215 Copy-protected files can be stored on \fBDVD-ROM\fR media using Universal Disk
216 Format (\fBUDF\fR). Reading these copy-protected files is not possible as this
217 involves an authentication process. Unless an authentication process between
218 the host and the drive is completed, reading these copy-protected files after
219 mounting and before the authentication process, returns an error.