From: CSRG Date: Thu, 22 Jun 1995 11:43:45 +0000 (-0800) Subject: BSD 4_4_Lite2 development X-Git-Tag: BSD-4_4_Lite2~4 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/9ef5542afc1147534c85106f88ea94ecd66f75ba BSD 4_4_Lite2 development Work on file usr/share/man/cat8/umount.0 Synthesized-from: CSRG/cd3/4.4BSD-Lite2 --- diff --git a/usr/share/man/cat8/umount.0 b/usr/share/man/cat8/umount.0 new file mode 100644 index 0000000000..3119d857a9 --- /dev/null +++ b/usr/share/man/cat8/umount.0 @@ -0,0 +1,56 @@ +UMOUNT(8) BSD System Manager's Manual UMOUNT(8) + +NNAAMMEE + uummoouunntt - unmount filesystems + +SSYYNNOOPPSSIISS + uummoouunntt [--ffvv] _s_p_e_c_i_a_l | _n_o_d_e + uummoouunntt --aa | --AA [--ffvv] [--hh _h_o_s_t] [--tt _t_y_p_e] + +DDEESSCCRRIIPPTTIIOONN + The uummoouunntt command calls the unmount(2) system call to remove a _s_p_e_c_i_a_l + _d_e_v_i_c_e or the remote node (rhost:path) from the filesystem tree at the + point _n_o_d_e. If either _s_p_e_c_i_a_l or _n_o_d_e are not provided, the appropriate + information is taken from the fstab(5) file. + + The options are as follows: + + --aa All the filesystems described in fstab(5) are unmounted. + + --AA All the currently mounted filesystems except the root are un- + mounted. + + --ff 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. + + --hh _h_o_s_t + Only filesystems mounted from the specified host will be unmount- + ed. This option is implies the --AA option and, unless otherwise + specified with the --tt option, will only unmount NFS filesystems. + + --tt _t_y_p_e + 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 _n_o_t be taken. For example, the uummoouunntt command: + + umount -a -t nfs,mfs + + umounts all filesystems of the type NFS and MFS. + + --vv Verbose, additional information is printed out as each filesystem + is unmounted. + +FFIILLEESS + /etc/fstab filesystem table + +SSEEEE AALLSSOO + unmount(2), fstab(5), mount(8) + +HHIISSTTOORRYY + A uummoouunntt command appeared in Version 6 AT&T UNIX. + +4th Berkeley Distribution May 8, 1995 1