icon Top 9 categories map      RocketAware > man pages >

umount(8)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others



UMOUNT(8)               OpenBSD System Manager's Manual              UMOUNT(8)

NAME
     umount - unmount file systems



SYNOPSIS
     umount [-fv] special | node
     umount -a [-fv] [-h host] [-t ufs | lfs | external_type]

DESCRIPTION
     The umount command calls the unmount(2) system call to remove a special
     device or the remote node (rhost:path) from the file system tree at the
     point node. If either special or node are not provided, the appropriate
     information is taken from the fstab(5) file.

     The options are as follows:

     -a      All of the file systems described in fstab(5) are unmounted.

     -f      The file system is forcibly unmounted.  Active special devices
             continue to work, but all other files return errors if further
             accesses are attempted.  The root file system cannot be forcibly
             unmounted.

     -h host
             Only filesystems mounted from the specified host will be unmount-
             ed.  This option implies the -a option and, unless otherwise
             specified with the -t option, will only unmount NFS filesystems.

     -t ufs | lfs | external type
             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 not be taken.  For example, the umount command:

                   umount -a -t nfs,mfs

             umounts all filesystems of the type NFS and MFS.

     -v      Verbose, additional information is printed out as each file sys-
             tem is unmounted.

FILES
     /etc/fstab  file system table

SEE ALSO
     unmount(2),  fstab(5),  mount(8)

HISTORY
     A umount command appeared in Version 6 AT&T UNIX.

4th Berkeley Distribution      February 20, 1994                             1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for umount(8)
OpenBSD sources for umount(8)


[Overview Topics]

Up to: File System Operations - Operations for entire file-systems (quotas, configuration, consistency, mount, unmount, et al)


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > man pages > umount.8/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments