1 .\" Copyright (c) 1980, 1989, 1991, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" 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 the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)mount.8 8.8 (Berkeley) 6/16/94
33 .\" $FreeBSD: src/sbin/mount/mount.8,v 1.31.2.12 2003/02/23 21:17:42 trhodes Exp $
34 .\" $DragonFly: src/sbin/mount/mount.8,v 1.8 2008/04/23 21:59:22 thomas Exp $
41 .Nd mount file systems
46 .Op Fl t Ar ufs | external_type
53 .Op Fl t Ar ufs | external_type
60 system call to prepare and graft a
62 or the remote node (rhost:path) on to the file system tree at the point
68 are not provided, the appropriate information is taken from the
72 The system maintains a list of currently mounted file systems.
73 If no arguments are given to
77 The options are as follows:
78 .Bl -tag -width indent
80 All the filesystems described in
83 Exceptions are those marked as
87 flag (see below), or if they are already mounted (except the
88 root filesystem which is always remounted to preserve
89 traditional single user mode behavior).
91 Causes everything to be done except for the actual system call.
92 This option is useful in conjunction with the
97 command is trying to do.
99 Forces the revocation of write access when trying to downgrade
100 a filesystem mount status from read-write to read-only.
102 forces the R/W mount of an unclean filesystem (dangerous; use with
105 Options are specified with a
107 flag followed by a comma separated string of options.
108 In case of conflicting options being specified, the rightmost option
110 The following options are available:
111 .Bl -tag -width indent
115 to the file system should be done asynchronously.
119 and should not be used unless you are prepared to recreate the file
120 system should your system crash.
124 flag, this is the same as specifying the options currently in effect for
125 the mounted filesystem.
129 forces the revocation of write access when trying to downgrade
130 a filesystem mount status from read-write to read-only.
132 forces the R/W mount of an unclean filesystem (dangerous; use with caution).
136 flag, this is the same as specifying all the options listed in the
138 file for the filesystem.
140 Metadata I/O should be done synchronously, while data I/O should be done
144 Do not update the file access time when reading from a file.
146 is useful on filesystems where there are large numbers of files and
147 performance is more critical than updating the file access time (which is
148 rarely ever important).
149 This option is currently only supported on local filesystems.
151 This filesystem should be skipped when
157 Disable read clustering.
159 Disable write clustering.
161 Do not interpret character or block special devices on the file system.
162 This option is useful for a server that has file systems containing
163 special devices for architectures other than its own.
164 This option is set automatically when the user does not have super-user
167 Do not allow execution of any binaries on the mounted file system.
168 This option is useful for a server that has file systems containing
169 binaries for architectures other than its own.
171 Do not allow set-user-identifier or set-group-identifier bits to take effect.
172 Note: this option is worthless if a public available suid or sgid
175 is installed on your system.
176 It is set automatically when the user does not have super-user privileges.
178 Do not follow symlinks
179 on the mounted file system.
183 mount the file system read-only (even the super-user may not write it).
187 to the file system should be done synchronously.
189 A directory on the mounted filesystem will respond to the SUID bit
190 being set, by setting the owner of any new files to be the same
191 as the owner of the directory.
192 New directories will inherit the bit from their parents.
193 Execute bits are removed from
194 the file, and it will not be given to root.
196 This feature is designed for use on fileservers serving PC users via
197 ftp, SAMBA, or netatalk.
198 It provides security holes for shell users and as
199 such should not be used on shell machines, especially on home directories.
200 This option requires the SUIDDIR
201 option in the kernel to work.
204 filesystems support this option.
207 for more information.
211 indicate that the status of an already mounted file system should be changed.
213 Causes the namespace at the mount point to appear as the union
214 of the mounted filesystem root and the existing directory.
215 Lookups will be done in the mounted filesystem first.
216 If those operations fail due to a non-existent file the underlying
217 directory is then accessed.
218 All creates are done in the mounted filesystem.
221 Any additional options specific to a filesystem type that is not
222 one of the internally known types (see the
224 option) may be passed as a comma separated list; these options are
225 distinguished by a leading
228 Options that take a value are specified using the syntax -option=value.
232 .Bd -literal -offset indent
233 mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp
238 to execute the equivalent of:
239 .Bd -literal -offset indent
240 /sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
243 Additional options specific to filesystem types
244 which are not internally known
245 (see the description of the
248 may be described in the manual pages for the associated
249 .Pa /sbin/mount_ Ns Sy XXX
252 Print mount information in
255 If fstab is missing or if the freq and passno fields are omitted,
256 the default values as described in
263 The file system is to be mounted read-only.
264 Mount the file system read-only (even the super-user may not write it).
270 .It Fl t Ar ufs | external_type
271 The argument following the
273 is used to indicate the file system type.
280 to indicate that the actions should only be taken on
281 filesystems of the specified type.
282 More than one type may be specified in a comma separated list.
283 The list of filesystem types can be prefixed with
285 to specify the filesystem types for which action should
291 .Bd -literal -offset indent
292 mount -a -t nonfs,mfs
295 mounts all filesystems except those of type
300 If the type is not one of the internally known types,
302 will attempt to execute a program in
303 .Pa /sbin/mount_ Ns Sy XXX
306 is replaced by the type name.
307 For example, nfs filesystems are mounted by the program
308 .Pa /sbin/mount_nfs .
310 Most filesystems will be dynamically loaded by their
313 if not already present in the kernel, using the
316 Because this mechanism requires writable temporary space,
317 the filesystem type containing
319 must be compiled into the kernel, and the filesystems containing
325 before any filesystems which might be dynamically loaded.
329 flag indicates that the status of an already mounted file
330 system should be changed.
331 Any of the options discussed above (the
335 also a file system can be changed from read-only to read-write
337 An attempt to change from read-write to read-only will fail if any
338 files on the filesystem are currently open for writing unless the
340 flag is also specified.
341 The set of options is determined by applying the options specified
344 and finally applying the
352 The file system object is to be read and write.
355 .Bl -tag -width /etc/fstab -compact
360 Various, most of them are self-explanatory.
362 .Dl XXXXX filesystem is not available
364 The kernel does not support the respective filesystem type.
366 support for a particular filesystem might be provided either on a static
367 (kernel compile-time), or dynamic basis (loaded as a kernel module by
371 or its subprocesses attempt to dynamically load a filesystem module if
372 it has not been configured statically, using
374 In this case, the above error message can also mean that you did not
375 have permission to load the module.
386 .Xr mount_linprocfs 8 ,
404 the permissions on the original mount point determine if
406 is accessible from the mounted file system.
407 The minimum permissions for
408 the mount point for traversal across the mount point in both
409 directions to be possible for all users is 0111 (execute for all).
416 It is possible for a corrupted file system to cause a crash.