1.\" Copyright (c) 1980, 1989, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 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.\" 4. Neither the name of the University nor the names of its contributors 13.\" may be used to endorse or promote products derived from this software 14.\" without specific prior written permission. 15.\" 16.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 17.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 18.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 19.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" 28.\" @(#)mount.8 8.8 (Berkeley) 6/16/94 29.\" $FreeBSD$ 30.\" 31.Dd June 6, 2011 32.Dt MOUNT 8 33.Os 34.Sh NAME 35.Nm mount 36.Nd mount file systems 37.Sh SYNOPSIS 38.Nm 39.Op Fl adflpruvw 40.Op Fl F Ar fstab 41.Op Fl o Ar options 42.Op Fl t Cm ufs | Ar external_type 43.Nm 44.Op Fl dfpruvw 45.Ar special | node 46.Nm 47.Op Fl dfpruvw 48.Op Fl o Ar options 49.Op Fl t Cm ufs | Ar external_type 50.Ar special node 51.Sh DESCRIPTION 52The 53.Nm 54utility calls the 55.Xr nmount 2 56system call to prepare and graft a 57.Ar special 58device or the remote node (rhost:path) on to the file system tree at the point 59.Ar node . 60If either 61.Ar special 62or 63.Ar node 64are not provided, the appropriate information is taken from the 65.Xr fstab 5 66file. 67.Pp 68The system maintains a list of currently mounted file systems. 69If no arguments are given to 70.Nm , 71this list is printed. 72.Pp 73The options are as follows: 74.Bl -tag -width indent 75.It Fl a 76All the file systems described in 77.Xr fstab 5 78are mounted. 79Exceptions are those marked as 80.Dq Li noauto , 81those marked as 82.Dq Li late 83(unless the 84.Fl l 85option was specified), 86those excluded by the 87.Fl t 88flag (see below), or if they are already mounted (except the 89root file system which is always remounted to preserve 90traditional single user mode behavior). 91.It Fl d 92Causes everything to be done except for the actual system call. 93This option is useful in conjunction with the 94.Fl v 95flag to 96determine what the 97.Nm 98command is trying to do. 99.It Fl F Ar fstab 100Specify the 101.Pa fstab 102file to use. 103.It Fl f 104Forces the revocation of write access when trying to downgrade 105a file system mount status from read-write to read-only. 106Also 107forces the R/W mount of an unclean file system (dangerous; use with 108caution). 109.It Fl L 110When used in conjunction with the 111.Fl a 112option, mount 113.Em only 114those file systems which are marked as 115.Dq Li late . 116.It Fl l 117When used in conjunction with the 118.Fl a 119option, also mount those file systems which are marked as 120.Dq Li late . 121.It Fl o 122Options are specified with a 123.Fl o 124flag followed by a comma separated string of options. 125In case of conflicting options being specified, the rightmost option 126takes effect. 127The following options are available: 128.Bl -tag -width indent 129.It Cm acls 130Enable POSIX.1e Access Control Lists, or ACLs, which can be customized via the 131.Xr setfacl 1 132and 133.Xr getfacl 1 134commands. 135This flag is mutually exclusive with 136.Cm nfsv4acls 137flag. 138.It Cm async 139All 140.Tn I/O 141to the file system should be done asynchronously. 142This is a 143.Em dangerous 144flag to set, since it does not guarantee that the file system structure 145on the disk will remain consistent. 146For this reason, the 147.Cm async 148flag should be used sparingly, and only when some data recovery 149mechanism is present. 150.It Cm current 151When used with the 152.Fl u 153flag, this is the same as specifying the options currently in effect for 154the mounted file system. 155.It Cm force 156The same as 157.Fl f ; 158forces the revocation of write access when trying to downgrade 159a file system mount status from read-write to read-only. 160Also 161forces the R/W mount of an unclean file system (dangerous; use with caution). 162.It Cm fstab 163When used with the 164.Fl u 165flag, this is the same as specifying all the options listed in the 166.Xr fstab 5 167file for the file system. 168.It Cm late 169This file system should be skipped when 170.Nm 171is run with the 172.Fl a 173flag but without the 174.Fl l 175flag. 176.It Cm mountprog Ns = Ns Aq Ar program 177Force 178.Nm 179to use the specified program to mount the file system, instead of calling 180.Xr nmount 2 181directly. 182For example: 183.Bd -literal 184mount -t foofs -o mountprog=/mydir/fooprog /dev/acd0 /mnt 185.Ed 186.It Cm multilabel 187Enable multi-label Mandatory Access Control, or MAC, on the specified file 188system. 189If the file system supports multilabel operation, individual labels will 190be maintained for each object in the file system, rather than using a 191single label for all objects. 192An alternative to the 193.Fl l 194flag in 195.Xr tunefs 8 . 196See 197.Xr mac 4 198for more information, which cause the multilabel mount flag to be set 199automatically at mount-time. 200.It Cm nfsv4acls 201Enable NFSv4 ACLs, which can be customized via the 202.Xr setfacl 1 203and 204.Xr getfacl 1 205commands. 206This flag is mutually exclusive with 207.Cm acls 208flag. 209.It Cm noasync 210Metadata I/O should be done synchronously, while data I/O should be done 211asynchronously. 212This is the default. 213.It Cm noatime 214Do not update the file access time when reading from a file. 215This option 216is useful on file systems where there are large numbers of files and 217performance is more critical than updating the file access time (which is 218rarely ever important). 219This option is currently only supported on local file systems. 220.It Cm noauto 221This file system should be skipped when 222.Nm 223is run with the 224.Fl a 225flag. 226.It Cm noclusterr 227Disable read clustering. 228.It Cm noclusterw 229Disable write clustering. 230.It Cm noexec 231Do not allow execution of any binaries on the mounted file system. 232This option is useful for a server that has file systems containing 233binaries for architectures other than its own. 234Note: This option was not designed as a security feature and no 235guarantee is made that it will prevent malicious code execution; for 236example, it is still possible to execute scripts which reside on a 237.Cm noexec 238mounted partition. 239.It Cm nosuid 240Do not allow set-user-identifier or set-group-identifier bits to take effect. 241Note: this option is worthless if a public available suid or sgid 242wrapper like 243.Xr suidperl 1 244is installed on your system. 245It is set automatically when the user does not have super-user privileges. 246.It Cm nosymfollow 247Do not follow symlinks 248on the mounted file system. 249.It Cm ro 250The same as 251.Fl r ; 252mount the file system read-only (even the super-user may not write it). 253.It Cm snapshot 254This option allows a snapshot of the specified file system to be taken. 255The 256.Fl u 257flag is required with this option. 258Note that snapshot files must be created in the file system that is being 259snapshotted. 260You may create up to 20 snapshots per file system. 261Active snapshots are recorded in the superblock, so they persist across unmount 262and remount operations and across system reboots. 263When you are done with a snapshot, it can be removed with the 264.Xr rm 1 265command. 266Snapshots may be removed in any order, however you may not get back all the 267space contained in the snapshot as another snapshot may claim some of the blocks 268that it is releasing. 269Note that the schg flag is set on snapshots to ensure that not even the root 270user can write to them. 271The unlink command makes an exception for snapshot files in that it allows them 272to be removed even though they have the schg flag set, so it is not necessary to 273clear the schg flag before removing a snapshot file. 274.Pp 275Once you have taken a snapshot, there are three interesting things that you can 276do with it: 277.Pp 278.Bl -enum -compact 279.It 280Run 281.Xr fsck 8 282on the snapshot file. 283Assuming that the file system was clean when it was mounted, you should always 284get a clean (and unchanging) result from running fsck on the snapshot. 285This is essentially what the background fsck process does. 286.Pp 287.It 288Run 289.Xr dump 8 290on the snapshot. 291You will get a dump that is consistent with the file system as of the timestamp 292of the snapshot. 293.Pp 294.It 295Mount the snapshot as a frozen image of the file system. 296To mount the snapshot 297.Pa /var/snapshot/snap1 : 298.Bd -literal 299mdconfig -a -t vnode -f /var/snapshot/snap1 -u 4 300mount -r /dev/md4 /mnt 301.Ed 302.Pp 303You can now cruise around your frozen 304.Pa /var 305file system at 306.Pa /mnt . 307Everything will be in the same state that it was at the time the snapshot was 308taken. 309The one exception is that any earlier snapshots will appear as zero length 310files. 311When you are done with the mounted snapshot: 312.Bd -literal 313umount /mnt 314mdconfig -d -u 4 315.Ed 316.El 317.It Cm suiddir 318A directory on the mounted file system will respond to the SUID bit 319being set, by setting the owner of any new files to be the same 320as the owner of the directory. 321New directories will inherit the bit from their parents. 322Execute bits are removed from 323the file, and it will not be given to root. 324.Pp 325This feature is designed for use on fileservers serving PC users via 326ftp, SAMBA, or netatalk. 327It provides security holes for shell users and as 328such should not be used on shell machines, especially on home directories. 329This option requires the SUIDDIR 330option in the kernel to work. 331Only UFS file systems support this option. 332See 333.Xr chmod 2 334for more information. 335.It Cm sync 336All 337.Tn I/O 338to the file system should be done synchronously. 339.It Cm update 340The same as 341.Fl u ; 342indicate that the status of an already mounted file system should be changed. 343.It Cm union 344Causes the namespace at the mount point to appear as the union 345of the mounted file system root and the existing directory. 346Lookups will be done in the mounted file system first. 347If those operations fail due to a non-existent file the underlying 348directory is then accessed. 349All creates are done in the mounted file system. 350.El 351.Pp 352Any additional options specific to a file system type that is not 353one of the internally known types (see the 354.Fl t 355option) may be passed as a comma separated list; these options are 356distinguished by a leading 357.Dq \&- 358(dash). 359For example, the 360.Nm 361command: 362.Bd -literal -offset indent 363mount -t cd9660 -o -e /dev/cd0 /cdrom 364.Ed 365.Pp 366causes 367.Nm 368to execute the equivalent of: 369.Bd -literal -offset indent 370/sbin/mount_cd9660 -e /dev/cd0 /cdrom 371.Ed 372.Pp 373Options that take a value are specified using the -option=value syntax: 374.Bd -literal -offset indent 375mount -t msdosfs -o -u=fred,-g=wheel /dev/da0s1 /mnt 376.Ed 377.Pp 378is equivalent to 379.Bd -literal -offset indent 380/sbin/mount_msdosfs -u fred -g wheel /dev/da0s1 /mnt 381.Ed 382.Pp 383Additional options specific to file system types 384which are not internally known 385(see the description of the 386.Fl t 387option below) 388may be described in the manual pages for the associated 389.Pa /sbin/mount_ Ns Sy XXX 390utilities. 391.It Fl p 392Print mount information in 393.Xr fstab 5 394format. 395Implies also the 396.Fl v 397option. 398.It Fl r 399The file system is to be mounted read-only. 400Mount the file system read-only (even the super-user may not write it). 401The same as the 402.Cm ro 403argument to the 404.Fl o 405option. 406.It Fl t Cm ufs | Ar external_type 407The argument following the 408.Fl t 409is used to indicate the file system type. 410The type 411.Cm ufs 412is the default. 413The 414.Fl t 415option can be used 416to indicate that the actions should only be taken on 417file systems of the specified type. 418More than one type may be specified in a comma separated list. 419The list of file system types can be prefixed with 420.Dq Li no 421to specify the file system types for which action should 422.Em not 423be taken. 424For example, the 425.Nm 426command: 427.Bd -literal -offset indent 428mount -a -t nonfs,nullfs 429.Ed 430.Pp 431mounts all file systems except those of type 432.Tn NFS 433and 434.Tn NULLFS . 435.Pp 436The default behavior of 437.Nm 438is to pass the 439.Fl t 440option directly to the 441.Xr nmount 2 442system call in the 443.Li fstype 444option. 445.Pp 446However, for the following file system types: 447.Cm cd9660 , 448.Cm mfs , 449.Cm msdosfs , 450.Cm nfs , 451.Cm nullfs , 452.Cm oldnfs , 453.Cm udf , 454and 455.Cm unionfs . 456.Nm 457will not call 458.Xr nmount 2 459directly and will instead attempt to execute a program in 460.Pa /sbin/mount_ Ns Sy XXX 461where 462.Sy XXX 463is replaced by the file system type name. 464For example, nfs file systems are mounted by the program 465.Pa /sbin/mount_nfs . 466.Pp 467Most file systems will be dynamically loaded by the kernel 468if not already present, and if the kernel module is available. 469.It Fl u 470The 471.Fl u 472flag indicates that the status of an already mounted file 473system should be changed. 474Any of the options discussed above (the 475.Fl o 476option) 477may be changed; 478also a file system can be changed from read-only to read-write 479or vice versa. 480An attempt to change from read-write to read-only will fail if any 481files on the file system are currently open for writing unless the 482.Fl f 483flag is also specified. 484The set of options is determined by applying the options specified 485in the argument to 486.Fl o 487and finally applying the 488.Fl r 489or 490.Fl w 491option. 492.It Fl v 493Verbose mode. 494If the 495.Fl v 496is used alone, show all file systems, including those that were mounted with the 497.Dv MNT_IGNORE 498flag and show additional information about each file system (including fsid 499when run by root). 500.It Fl w 501The file system object is to be read and write. 502.El 503.Sh ENVIRONMENT 504.Bl -tag -width ".Ev PATH_FSTAB" 505.It Ev PATH_FSTAB 506If the environment variable 507.Ev PATH_FSTAB 508is set, all operations are performed against the specified file. 509.Ev PATH_FSTAB 510will not be honored if the process environment or memory address space is 511considered 512.Dq tainted . 513(See 514.Xr issetugid 2 515for more information.) 516.El 517.Sh FILES 518.Bl -tag -width /etc/fstab -compact 519.It Pa /etc/fstab 520file system table 521.El 522.Sh DIAGNOSTICS 523Various, most of them are self-explanatory. 524.Pp 525.Dl XXXXX file system is not available 526.Pp 527The kernel does not support the respective file system type. 528Note that 529support for a particular file system might be provided either on a static 530(kernel compile-time), or dynamic basis (loaded as a kernel module by 531.Xr kldload 8 ) . 532.Sh SEE ALSO 533.Xr getfacl 1 , 534.Xr setfacl 1 , 535.Xr nmount 2 , 536.Xr acl 3 , 537.Xr mac 4 , 538.Xr devfs 5 , 539.Xr ext2fs 5 , 540.Xr fstab 5 , 541.Xr procfs 5 , 542.Xr kldload 8 , 543.Xr mount_cd9660 8 , 544.Xr mount_msdosfs 8 , 545.Xr mount_nfs 8 , 546.Xr mount_nullfs 8 , 547.Xr mount_udf 8 , 548.Xr mount_unionfs 8 , 549.Xr umount 8 , 550.Xr zfs 8 , 551.Xr zpool 8 552.Sh HISTORY 553A 554.Nm 555utility appeared in 556.At v1 . 557.Sh CAVEATS 558After a successful 559.Nm , 560the permissions on the original mount point determine if 561.Pa ..\& 562is accessible from the mounted file system. 563The minimum permissions for 564the mount point for traversal across the mount point in both 565directions to be possible for all users is 0111 (execute for all). 566.Pp 567Use of the 568.Nm 569is preferred over the use of the file system specific 570.Pa mount_ Ns Sy XXX 571commands. 572In particular, 573.Xr mountd 8 574gets a 575.Dv SIGHUP 576signal (that causes an update of the export list) 577only when the file system is mounted via 578.Nm . 579.Sh BUGS 580It is possible for a corrupted file system to cause a crash. 581