BSD 4_4_Lite2 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 22 Jun 1995 11:43:45 +0000 (03:43 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 22 Jun 1995 11:43:45 +0000 (03:43 -0800)
Work on file usr/share/man/cat8/umount.0

Synthesized-from: CSRG/cd3/4.4BSD-Lite2

usr/share/man/cat8/umount.0 [new file with mode: 0644]

diff --git a/usr/share/man/cat8/umount.0 b/usr/share/man/cat8/umount.0
new file mode 100644 (file)
index 0000000..3119d85
--- /dev/null
@@ -0,0 +1,56 @@
+UMOUNT(8)                 BSD System Manager's Manual                UMOUNT(8)
+
+N\bNA\bAM\bME\bE
+     u\bum\bmo\bou\bun\bnt\bt - unmount filesystems
+
+S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
+     u\bum\bmo\bou\bun\bnt\bt [-\b-f\bfv\bv] _\bs_\bp_\be_\bc_\bi_\ba_\bl | _\bn_\bo_\bd_\be
+     u\bum\bmo\bou\bun\bnt\bt -\b-a\ba | -\b-A\bA [-\b-f\bfv\bv] [-\b-h\bh _\bh_\bo_\bs_\bt] [-\b-t\bt _\bt_\by_\bp_\be]
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+     The u\bum\bmo\bou\bun\bnt\bt command calls the unmount(2) system call to remove a _\bs_\bp_\be_\bc_\bi_\ba_\bl
+     _\bd_\be_\bv_\bi_\bc_\be or the remote node (rhost:path) from the filesystem tree at the
+     point _\bn_\bo_\bd_\be. If either _\bs_\bp_\be_\bc_\bi_\ba_\bl or _\bn_\bo_\bd_\be are not provided, the appropriate
+     information is taken from the fstab(5) file.
+
+     The options are as follows:
+
+     -\b-a\ba      All the filesystems described in fstab(5) are unmounted.
+
+     -\b-A\bA      All the currently mounted filesystems except the root are un-
+             mounted.
+
+     -\b-f\bf      The filesystem is forcibly unmounted.  Active special devices
+             continue to work, but all other files return errors if further
+             accesses are attempted.  The root filesystem cannot be forcibly
+             unmounted.
+
+     -\b-h\bh _\bh_\bo_\bs_\bt
+             Only filesystems mounted from the specified host will be unmount-
+             ed.  This option is implies the -\b-A\bA option and, unless otherwise
+             specified with the -\b-t\bt option, will only unmount NFS filesystems.
+
+     -\b-t\bt _\bt_\by_\bp_\be
+             Is used to indicate the actions should only be taken on filesys-
+             tems 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 ``no'' to specify the filesystem types for which
+             action should _\bn_\bo_\bt be taken.  For example, the u\bum\bmo\bou\bun\bnt\bt command:
+
+                   umount -a -t nfs,mfs
+
+             umounts all filesystems of the type NFS and MFS.
+
+     -\b-v\bv      Verbose, additional information is printed out as each filesystem
+             is unmounted.
+
+F\bFI\bIL\bLE\bES\bS
+     /etc/fstab  filesystem table
+
+S\bSE\bEE\bE A\bAL\bLS\bSO\bO
+     unmount(2),  fstab(5),  mount(8)
+
+H\bHI\bIS\bST\bTO\bOR\bRY\bY
+     A u\bum\bmo\bou\bun\bnt\bt command appeared in Version 6 AT&T UNIX.
+
+4th Berkeley Distribution         May 8, 1995                                1