2000-09-18 14:48:23 +04:00
|
|
|
.\" $NetBSD: mount.8,v 1.30 2000/09/18 10:48:23 abs Exp $
|
1995-03-18 17:54:19 +03:00
|
|
|
.\"
|
1994-06-08 22:57:30 +04:00
|
|
|
.\" Copyright (c) 1980, 1989, 1991, 1993
|
|
|
|
.\" The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by the University of
|
|
|
|
.\" California, Berkeley and its contributors.
|
|
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
|
|
.\" may be used to endorse or promote products derived from this software
|
|
|
|
.\" without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND 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 THE REGENTS OR 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.
|
|
|
|
.\"
|
1997-09-16 16:22:39 +04:00
|
|
|
.\" @(#)mount.8 8.8 (Berkeley) 6/16/94
|
1993-03-22 11:04:00 +03:00
|
|
|
.\"
|
1997-09-16 16:22:39 +04:00
|
|
|
.Dd June 16, 1994
|
1993-03-21 12:45:37 +03:00
|
|
|
.Dt MOUNT 8
|
|
|
|
.Os BSD 4
|
|
|
|
.Sh NAME
|
1994-06-08 22:57:30 +04:00
|
|
|
.Nm mount
|
|
|
|
.Nd mount file systems
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh SYNOPSIS
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1995-07-12 10:23:21 +04:00
|
|
|
.Op Fl Aadfruvw
|
1998-04-29 13:49:10 +04:00
|
|
|
.Op Fl t Ar type
|
1997-10-20 13:11:16 +04:00
|
|
|
.Nm ""
|
1994-06-08 22:57:30 +04:00
|
|
|
.Op Fl dfruvw
|
|
|
|
.Ar special | node
|
1997-10-20 13:11:16 +04:00
|
|
|
.Nm ""
|
1994-06-08 22:57:30 +04:00
|
|
|
.Op Fl dfruvw
|
1993-03-21 12:45:37 +03:00
|
|
|
.Op Fl o Ar options
|
1995-07-12 07:45:09 +04:00
|
|
|
.Op Fl t Ar type
|
1993-03-21 12:45:37 +03:00
|
|
|
.Ar special node
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1998-04-29 13:49:10 +04:00
|
|
|
command invokes a filesystem-specific program to prepare and graft the
|
1995-07-12 07:45:09 +04:00
|
|
|
.Ar special
|
1998-04-29 13:49:10 +04:00
|
|
|
device or remote node (rhost:path) on to the file system tree at the point
|
1994-06-08 22:57:30 +04:00
|
|
|
.Ar node .
|
1993-03-21 12:45:37 +03:00
|
|
|
If either
|
|
|
|
.Ar special
|
|
|
|
or
|
|
|
|
.Ar node
|
1994-06-08 22:57:30 +04:00
|
|
|
are not provided, the appropriate information is taken from the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Xr fstab 5
|
1998-04-29 13:49:10 +04:00
|
|
|
file. The provided argument is looked up first in the
|
1997-11-19 14:32:03 +03:00
|
|
|
.Dq fs_file ,
|
|
|
|
then in the
|
|
|
|
.Dq fs_spec
|
1998-04-29 13:49:10 +04:00
|
|
|
column.
|
2000-09-18 14:48:23 +04:00
|
|
|
If both
|
|
|
|
.Ar special
|
|
|
|
and
|
|
|
|
.Ar node
|
|
|
|
are given, the disklabel is checked for the filesystem type.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
|
|
|
The system maintains a list of currently mounted file systems.
|
|
|
|
If no arguments are given to
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm "" ,
|
1993-03-21 12:45:37 +03:00
|
|
|
this list is printed.
|
|
|
|
.Pp
|
1994-06-08 22:57:30 +04:00
|
|
|
The options are as follows:
|
1993-03-21 12:45:37 +03:00
|
|
|
.Bl -tag -width indent
|
1995-07-12 10:23:21 +04:00
|
|
|
.It Fl A
|
1995-07-12 07:45:09 +04:00
|
|
|
Causes
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1995-07-12 07:45:09 +04:00
|
|
|
to try to mount all of the file systems listed in the
|
1998-04-29 13:49:10 +04:00
|
|
|
.Xr fstab 5
|
|
|
|
file except those for which the
|
1995-07-12 07:45:09 +04:00
|
|
|
.Dq noauto
|
|
|
|
option is specified.
|
1995-07-12 10:23:21 +04:00
|
|
|
.It Fl a
|
|
|
|
Similar to the
|
|
|
|
.Fl A
|
|
|
|
flag, except that if a file system (other than the root file system)
|
|
|
|
appears to be already mounted,
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1995-07-12 07:45:09 +04:00
|
|
|
will not try to mount it again.
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1995-07-12 10:23:21 +04:00
|
|
|
assumes that a file system is already mounted if a file system with
|
|
|
|
the same type is mounted on the given mount point.
|
|
|
|
More stringent checks are not possible because some file system types
|
|
|
|
report strange values for the mounted-from device for mounted file
|
|
|
|
systems.
|
1994-06-08 22:57:30 +04:00
|
|
|
.It Fl d
|
1995-07-12 07:45:09 +04:00
|
|
|
Causes everything to be done except for the invocation of
|
|
|
|
the filesystem-specific program.
|
1993-03-21 12:45:37 +03:00
|
|
|
This option is useful in conjunction with the
|
|
|
|
.Fl v
|
|
|
|
flag to
|
|
|
|
determine what the
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
command is trying to do.
|
1994-06-08 22:57:30 +04:00
|
|
|
.It Fl f
|
|
|
|
Forces the revocation of write access when trying to downgrade
|
|
|
|
a filesystem mount status from read-write to read-only.
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Fl o
|
|
|
|
Options are specified with a
|
|
|
|
.Fl o
|
1994-06-08 22:57:30 +04:00
|
|
|
flag followed by a comma separated string of options.
|
|
|
|
The following options are available:
|
1996-10-24 02:56:20 +04:00
|
|
|
.Bl -tag -width nocoredump
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm async
|
1994-06-08 22:57:30 +04:00
|
|
|
All
|
|
|
|
.Tn I/O
|
|
|
|
to the file system should be done asynchronously.
|
1998-09-16 13:27:36 +04:00
|
|
|
In the event of a crash,
|
|
|
|
.Em "it is impossible for the system to verify the integrity of data on a file system mounted with this option" .
|
|
|
|
You should only use this
|
|
|
|
option if you have an application-specific data
|
|
|
|
recovery mechanism, or are willing to recreate the file system from
|
|
|
|
scratch.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm noasync
|
|
|
|
Clear
|
|
|
|
.Cm async
|
|
|
|
mode.
|
|
|
|
.It Cm force
|
1994-06-08 22:57:30 +04:00
|
|
|
The same as
|
|
|
|
.Fl f ;
|
|
|
|
forces the revocation of write access when trying to downgrade
|
|
|
|
a filesystem mount status from read-write to read-only.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm noatime
|
1997-03-10 06:59:53 +03:00
|
|
|
Never update the access time field for files.
|
|
|
|
This option is useful for optimizing read performance on filesystems
|
|
|
|
that are used as news spools.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm noauto
|
1997-09-16 16:22:39 +04:00
|
|
|
This filesystem should be skipped when mount is run with the
|
|
|
|
.Fl a
|
|
|
|
flag.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm nodev
|
1994-06-08 22:57:30 +04:00
|
|
|
Do not interpret character or block special devices on the file system.
|
|
|
|
This option is useful for a server that has file systems containing
|
|
|
|
special devices for architectures other than its own.
|
1998-12-02 02:20:43 +03:00
|
|
|
.It Cm nodevmtime
|
|
|
|
Do not update modification times on device special files. This option
|
|
|
|
is useful on laptops or other systems that perform power management.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm nocoredump
|
1998-04-29 13:49:10 +04:00
|
|
|
Do not allow programs to create crash dumps (core files) on the file system.
|
|
|
|
This option can be used to help protect sensitive
|
1996-10-24 02:56:20 +04:00
|
|
|
data by keeping core files (which may contain sensitive data)
|
1998-04-29 13:49:10 +04:00
|
|
|
from being created on insecure file systems.
|
|
|
|
Only core files that would be created by program crashes are
|
|
|
|
prevented by use of this flag; the behavior of
|
1996-10-24 02:56:20 +04:00
|
|
|
.Xr savecore 8
|
|
|
|
is not affected.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm noexec
|
1993-03-21 12:45:37 +03:00
|
|
|
Do not allow execution of any binaries on the mounted file system.
|
1994-06-08 22:57:30 +04:00
|
|
|
This option is useful for a server that has file systems containing
|
1993-03-21 12:45:37 +03:00
|
|
|
binaries for architectures other than its own.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm nosuid
|
1993-03-21 12:45:37 +03:00
|
|
|
Do not allow set-user-identifier or set-group-identifier bits to take effect.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm rdonly
|
1994-06-08 22:57:30 +04:00
|
|
|
The same as
|
|
|
|
.Fl r ;
|
|
|
|
mount the file system read-only (even the super-user may not write it).
|
2000-06-16 02:36:07 +04:00
|
|
|
.It Cm softdep
|
|
|
|
(FFS only) Mount the filesystem using soft-dependencies. This means that
|
|
|
|
metadata will not be written immediately, but is written in an ordered fashion
|
|
|
|
to keep the on-disk state of the filesystem consistent. This results
|
|
|
|
in significant speedups for file create/delete operations. This option
|
|
|
|
will be ignored when using the
|
|
|
|
.Fl u
|
|
|
|
flag and a filesystem is already mounted read/write. This option has gone
|
|
|
|
through moderate to heavy testing, but should still be used with care.
|
|
|
|
It requires the
|
|
|
|
.Dv SOFTDEP
|
|
|
|
option to be enabled in the running kernel.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm symperm
|
1997-10-31 01:47:06 +03:00
|
|
|
Recognize permission of symbolic link when reading or traversing link.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm sync
|
1993-03-21 12:45:37 +03:00
|
|
|
All
|
|
|
|
.Tn I/O
|
1998-09-14 07:48:30 +04:00
|
|
|
to the file system should be done synchronously. This is not equivalent to the
|
|
|
|
normal mode in which only metadata is written synchronously.
|
|
|
|
.It Cm nosync
|
|
|
|
Clear
|
|
|
|
.Cm sync
|
|
|
|
mode.
|
|
|
|
.It Cm update
|
1994-06-08 22:57:30 +04:00
|
|
|
The same as
|
|
|
|
.Fl u ;
|
|
|
|
indicate that the status of an already mounted file system should be changed.
|
1998-09-14 07:48:30 +04:00
|
|
|
.It Cm union
|
1994-01-05 11:32:10 +03:00
|
|
|
Causes the namespace at the mount point to appear as the union
|
|
|
|
of the mounted filesystem root and the existing directory.
|
|
|
|
Lookups will be done in the mounted filesystem first.
|
|
|
|
If those operations fail due to a non-existent file the underlying
|
|
|
|
directory is then accessed.
|
1997-03-10 06:59:53 +03:00
|
|
|
All creates are done in the mounted filesystem, except for the fdesc
|
|
|
|
file system.
|
1993-03-21 12:45:37 +03:00
|
|
|
.El
|
1994-06-08 22:57:30 +04:00
|
|
|
.Pp
|
1995-07-12 07:45:09 +04:00
|
|
|
Any additional options specific to a given filesystem type (see the
|
1994-06-08 22:57:30 +04:00
|
|
|
.Fl t
|
|
|
|
option) may be passed as a comma separated list; these options are
|
|
|
|
distinguished by a leading
|
|
|
|
.Dq \&-
|
|
|
|
(dash).
|
|
|
|
Options that take a value are specified using the syntax -option=value.
|
|
|
|
For example, the mount command:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
causes
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1994-06-08 22:57:30 +04:00
|
|
|
to execute the equivalent of:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
/sbin/mount_mfs -o nosuid -N -s 4000 /dev/dk0b /tmp
|
|
|
|
.Ed
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Fl r
|
1994-06-08 22:57:30 +04:00
|
|
|
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
|
|
|
|
.Dq rdonly
|
|
|
|
argument to the
|
|
|
|
.Fl o
|
|
|
|
option.
|
1995-07-12 07:45:09 +04:00
|
|
|
.It Fl t Ar type
|
1993-03-21 12:45:37 +03:00
|
|
|
The argument following the
|
|
|
|
.Fl t
|
|
|
|
is used to indicate the file system type.
|
|
|
|
The type
|
1995-07-12 07:45:09 +04:00
|
|
|
.Ar ffs
|
1993-03-21 12:45:37 +03:00
|
|
|
is the default.
|
1994-06-08 22:57:30 +04:00
|
|
|
The \fI-t\fP option can be used
|
|
|
|
to indicate that the actions should only be taken on
|
|
|
|
filesystems of the specified type.
|
|
|
|
More than one type may be specified in a comma separated list.
|
|
|
|
The list of filesystem types can be prefixed with
|
|
|
|
.Dq no
|
|
|
|
to specify the filesystem types for which action should
|
|
|
|
.Em not
|
|
|
|
be taken.
|
1993-03-21 12:45:37 +03:00
|
|
|
For example, the
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
command:
|
|
|
|
.Bd -literal -offset indent
|
|
|
|
mount -a -t nonfs,mfs
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
mounts all filesystems except those of type
|
|
|
|
.Tn NFS
|
|
|
|
and
|
|
|
|
.Tn MFS .
|
|
|
|
.Pp
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1995-07-12 07:45:09 +04:00
|
|
|
will attempt to execute a program in
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pa /sbin/mount_ Ns Em XXX
|
|
|
|
where
|
|
|
|
.Em XXX
|
|
|
|
is replaced by the type name.
|
1994-06-08 22:57:30 +04:00
|
|
|
For example, nfs filesystems are mounted by the program
|
|
|
|
.Pa /sbin/mount_nfs .
|
1993-03-21 12:45:37 +03:00
|
|
|
.It Fl u
|
|
|
|
The
|
|
|
|
.Fl u
|
|
|
|
flag indicates that the status of an already mounted file
|
|
|
|
system should be changed.
|
|
|
|
Any of the options discussed above (the
|
|
|
|
.Fl o
|
|
|
|
option)
|
|
|
|
may be changed;
|
1994-06-08 22:57:30 +04:00
|
|
|
also a file system can be changed from read-only to read-write
|
|
|
|
or vice versa.
|
|
|
|
An attempt to change from read-write to read-only will fail if any
|
|
|
|
files on the filesystem are currently open for writing unless the
|
|
|
|
.Fl f
|
|
|
|
flag is also specified.
|
1993-03-21 12:45:37 +03:00
|
|
|
The set of options is determined by first extracting the options
|
|
|
|
for the file system from the
|
1998-04-29 13:49:10 +04:00
|
|
|
.Xr fstab 5
|
|
|
|
file, then applying any options specified by the
|
1993-03-21 12:45:37 +03:00
|
|
|
.Fl o
|
|
|
|
argument,
|
|
|
|
and finally applying the
|
|
|
|
.Fl r
|
|
|
|
or
|
|
|
|
.Fl w
|
|
|
|
option.
|
|
|
|
.It Fl v
|
|
|
|
Verbose mode.
|
|
|
|
.It Fl w
|
|
|
|
The file system object is to be read and write.
|
1995-07-12 07:45:09 +04:00
|
|
|
.El
|
1993-03-21 12:45:37 +03:00
|
|
|
.Pp
|
1995-07-12 07:45:09 +04:00
|
|
|
The options specific to the various file system types are
|
|
|
|
described in the manual pages for those file systems'
|
|
|
|
.Nm mount_XXX
|
1998-04-29 13:49:10 +04:00
|
|
|
commands.
|
|
|
|
For instance the options specific to Berkeley
|
|
|
|
Fast File System (FFS) are described in the
|
1995-07-12 07:45:09 +04:00
|
|
|
.Xr mount_ffs 8
|
1994-06-08 22:57:30 +04:00
|
|
|
manual page.
|
2000-07-07 13:25:36 +04:00
|
|
|
.Pp
|
|
|
|
The particular type of filesystem in each partition of a disk can
|
|
|
|
be found by examining the disk label with the
|
|
|
|
.Xr disklabel 8
|
|
|
|
command.
|
|
|
|
.Sh EXAMPLES
|
|
|
|
.Pp
|
|
|
|
Some useful examples:
|
|
|
|
.Pp
|
|
|
|
.Bl -hang -offset indent -width "MS-DOS"
|
|
|
|
.It Tn CD-ROM
|
|
|
|
.br
|
|
|
|
mount -t cd9660 -r /dev/cd0a /cdrom
|
|
|
|
.It Tn MS-DOS
|
|
|
|
.br
|
|
|
|
mount -t msdos /dev/fd0a /floppy
|
|
|
|
.It Tn NFS
|
|
|
|
.br
|
|
|
|
mount nfs-server-host:/directory/path /mount-point
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The "noauto" directive in
|
|
|
|
.Pa /etc/fstab
|
|
|
|
can be used to make it easy to manually mount and unmount removeable
|
|
|
|
media using just the mountpoint filename, with an entry like this:
|
|
|
|
.Pp
|
2000-07-07 21:58:37 +04:00
|
|
|
.Dl /dev/cd0a /cdrom cd9660 ro,noauto 0 0
|
2000-07-07 13:25:36 +04:00
|
|
|
.Pp
|
|
|
|
That would allow a simple command like
|
|
|
|
.Qq mount /cdrom
|
|
|
|
or
|
|
|
|
.Qq umount /cdrom
|
|
|
|
for media using the
|
|
|
|
.Tn ISO-9660
|
|
|
|
filesystem format in the first
|
|
|
|
.Tn CD-ROM
|
|
|
|
drive.
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh FILES
|
|
|
|
.Bl -tag -width /etc/fstab -compact
|
|
|
|
.It Pa /etc/fstab
|
|
|
|
file system table
|
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr mount 2 ,
|
1993-07-28 04:56:43 +04:00
|
|
|
.Xr fstab 5 ,
|
2000-07-07 13:25:36 +04:00
|
|
|
.Xr disklabel 8 ,
|
1995-05-01 00:42:12 +04:00
|
|
|
.Xr mount_ados 8 ,
|
1994-06-08 22:57:30 +04:00
|
|
|
.Xr mount_cd9660 8 ,
|
1997-09-16 16:22:39 +04:00
|
|
|
.Xr mount_ext2fs 8 ,
|
1994-06-08 22:57:30 +04:00
|
|
|
.Xr mount_fdesc 8 ,
|
1995-07-12 07:45:09 +04:00
|
|
|
.Xr mount_ffs 8 ,
|
1998-10-04 02:50:46 +04:00
|
|
|
.Xr mount_filecore 8 ,
|
1994-06-08 22:57:30 +04:00
|
|
|
.Xr mount_kernfs 8 ,
|
|
|
|
.Xr mount_lfs 8 ,
|
|
|
|
.Xr mount_mfs 8 ,
|
1995-05-01 00:42:12 +04:00
|
|
|
.Xr mount_msdos 8 ,
|
1994-06-08 22:57:30 +04:00
|
|
|
.Xr mount_nfs 8 ,
|
1999-08-08 08:40:18 +04:00
|
|
|
.Xr mount_ntfs 8 ,
|
1994-06-08 22:57:30 +04:00
|
|
|
.Xr mount_null 8 ,
|
2000-07-30 19:17:14 +04:00
|
|
|
.Xr mount_overlay 8 ,
|
1994-06-08 22:57:30 +04:00
|
|
|
.Xr mount_portal 8 ,
|
|
|
|
.Xr mount_procfs 8 ,
|
|
|
|
.Xr mount_umap 8 ,
|
|
|
|
.Xr mount_union 8 ,
|
|
|
|
.Xr umount 8
|
1993-03-21 12:45:37 +03:00
|
|
|
.Sh HISTORY
|
|
|
|
A
|
1997-09-15 08:09:06 +04:00
|
|
|
.Nm
|
1993-03-21 12:45:37 +03:00
|
|
|
command appeared in
|
|
|
|
.At v6 .
|