UMOUNT(8) | System Manager's Manual | UMOUNT(8) |
umount
— unmount
file systems
umount |
[-fv ] special |
node |
umount |
-a [-fv ]
[-h host]
[-t type] |
The umount
command calls the
unmount(2) system call to
remove a special device or node
([rhost:] path) from the file
system tree. Multiple devices and nodes may be specified on the command
line. If neither special nor
node are provided, the appropriate information is
taken from the kernel.
The options are as follows:
-a
-f
-h
host-a
option and, unless otherwise
specified with the -t
option, will only unmount
NFS filesystems.-t
type# umount -a -t nfs,mfs
-v
A umount
command appeared in
Version 3 AT&T UNIX.
May 31, 2007 | OpenBSD-6.4 |