Main index | Section 8 | 日本語 | Options |
The system maintains a list of currently mounted file systems. If no arguments are given to mount, this list is printed.
The options are as follows:
| |
All the file systems described in
fstab(5)
are mounted.
Exceptions are those marked as
"noauto",
those marked as
"late"
(unless the
| |
| |
Causes everything to be done except for the actual system call.
This option is useful in conjunction with the
| |
| |
Specify the fstab file to use. | |
| |
Forces the revocation of write access when trying to downgrade a file system mount status from read-write to read-only. Also forces the R/W mount of an unclean file system (dangerous; use with caution). | |
| |
When used in conjunction with the
| |
| |
When used in conjunction with the
| |
| |
For compatibility with some other implementations, this flag is currently a no-op. | |
| |
Options are specified with a
| |
acls | Enable POSIX.1e Access Control Lists, or ACLs, which can be customized via the setfacl(1) and getfacl(1) commands. This flag is mutually exclusive with nfsv4acls flag. |
async | All I/O to the file system should be done asynchronously. This is a dangerous flag to set, since it does not guarantee that the file system structure on the disk will remain consistent. For this reason, the async flag should be used sparingly, and only when some data recovery mechanism is present. |
automounted | |
This flag indicates that the file system was mounted by automountd(8). Automounted file systems are automatically unmounted by autounmountd(8). | |
autoro | |
Mount the file system read-write. If that fails with an error that suggests that the media could be read-only, then automatically try to mount the file system read-only. | |
current | |
When used with the
| |
force |
The same as
|
fstab |
When used with the
|
late |
This file system should be skipped when
mount
is run with the
|
mountprog=<program> | |
Force
mount
to use the specified program to mount the file system, instead of calling
nmount(2)
directly.
For example:
mount -t foofs -o mountprog=/mydir/fooprog /dev/cd0 /mnt | |
multilabel | |
Enable multi-label Mandatory Access Control, or MAC, on the specified file
system.
If the file system supports multilabel operation, individual labels will
be maintained for each object in the file system, rather than using a
single label for all objects.
An alternative to the
| |
nfsv4acls | |
Enable NFSv4 ACLs, which can be customized via the setfacl(1) and getfacl(1) commands. This flag is mutually exclusive with acls flag. | |
noasync | |
Metadata I/O should be done synchronously, while data I/O should be done asynchronously. This is the default. | |
noatime | |
Do not update the file access time when reading from a file. This option is useful on file systems where there are large numbers of files and performance is more critical than updating the file access time (which is rarely ever important). This option is currently only supported on local file systems. | |
noauto | |
This file system should be skipped when
mount
is run with the
| |
noclusterr | |
Disable read clustering. | |
noclusterw | |
Disable write clustering. | |
noexec | |
Do not allow execution of any binaries on the mounted file system. This option is useful for a server that has file systems containing binaries for architectures other than its own. Note: This option was not designed as a security feature and no guarantee is made that it will prevent malicious code execution; for example, it is still possible to execute scripts which reside on a noexec mounted partition. | |
nosuid | |
Do not allow set-user-identifier or set-group-identifier bits to take effect. Note: this option is worthless if a public available suid or sgid wrapper like suidperl(1) is installed on your system. It is set automatically when the user does not have super-user privileges. | |
nosymfollow | |
Do not follow symlinks on the mounted file system. | |
ro |
The same as
|
snapshot | |
This option allows a snapshot of the specified file system to be taken.
The
Once you have taken a snapshot, there are three interesting things that you can do with it:
| |
suiddir | |
A directory on the mounted file system will respond to the SUID bit
being set, by setting the owner of any new files to be the same
as the owner of the directory.
New directories will inherit the bit from their parents.
Execute bits are removed from
the file, and it will not be given to root.
This feature is designed for use on fileservers serving PC users via ftp, SAMBA, or netatalk. It provides security holes for shell users and as such should not be used on shell machines, especially on home directories. This option requires the SUIDDIR option in the kernel to work. Only UFS file systems support this option. See chmod(2) for more information. | |
sync | All I/O to the file system should be done synchronously. |
update | |
The same as
| |
union | Causes the namespace at the mount point to appear as the union of the mounted file system root and the existing directory. Lookups will be done in the mounted file system first. If those operations fail due to a non-existent file the underlying directory is then accessed. All creates are done in the mounted file system. |
untrusted | |
The file system is untrusted and the kernel should use more extensive checks on the file-system's metadata before using it. This option is intended to be used when mounting file systems from untrusted media such as USB memory sticks or other externally-provided media. | |
Any additional options specific to a file system type that is not
one of the internally known types (see the
mount -t cd9660 -o -e /dev/cd0 /cdrom
causes mount to execute the equivalent of:
/sbin/mount_cd9660 -e /dev/cd0 /cdrom
Options that take a value are specified using the -option=value syntax:
mount -t msdosfs -o -u=fred,-g=wheel /dev/da0s1 /mnt
is equivalent to
/sbin/mount_msdosfs -u fred -g wheel /dev/da0s1 /mnt
Additional options specific to file system types
which are not internally known
(see the description of the
| |
Print mount information in
fstab(5)
format.
Implies also the
| |
| |
The file system is to be mounted read-only.
Mount the file system read-only (even the super-user may not write it).
The same as the
ro
argument to the
| |
| |
The argument following the
mount -a -t nonfs,nullfs mounts all file systems except those of type NFS and NULLFS.
The default behavior of
mount
is to pass the
However, for the following file system types: cd9660, mfs, msdosfs, nfs, nullfs, smbfs, udf, and unionfs mount will not call nmount(2) directly and will instead attempt to execute a program in /sbin/mount_type where type is replaced by the file system type name. For example, nfs file systems are mounted by the program /sbin/mount_nfs. Most file systems will be dynamically loaded by the kernel if not already present, and if the kernel module is available. | |
| |
The
| |
| |
Verbose mode.
If the
| |
| |
The file system object is to be read and write. | |
PATH_FSTAB | |
If the environment variable PATH_FSTAB is set, all operations are performed against the specified file. PATH_FSTAB will not be honored if the process environment or memory address space is considered "tainted". (See issetugid(2) for more information.) | |
/etc/fstab | |
file system table | |
XXXXX file system is not available
The kernel does not support the respective file system type. Note that support for a particular file system might be provided either on a static (kernel compile-time), or dynamic basis (loaded as a kernel module by kldload(8)).
Use of the mount is preferred over the use of the file system specific mount_ XXX commands. In particular, mountd(8) gets a SIGHUP signal (that causes an update of the export list) only when the file system is mounted via mount.
MOUNT (8) | March 22, 2017 |
Main index | Section 8 | 日本語 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
“ | The most horrifying thing about Unix is that, no matter how many times you hit yourself over the head with it, you never quite manage to lose consciousness. It just goes on and on. | ” |
— Patrick Sobalvarro |