morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

umount.8 (959B)


      1 .TH UMOUNT 8 ubase-VERSION
      2 .SH NAME
      3 \fBumount\fR - Unmount file systems
      4 .SH SYNOPSIS
      5 \fBumount\fR [\fB-lfn\fR] \fItarget...\fR
      6 .TP
      7 \fBumount\fR \fB-a\fR [\fB-lfn\fR]
      8 .SH DESCRIPTION
      9 \fBumount\fR detaches the \fItarget\fR filesystem(s).
     10 A file system is specified by giving the directory where it
     11 has been mounted.  Giving the special device on which the file system
     12 lives may also work, but is obsolete, mainly because it  will fail in
     13 case this device was mounted on more than one directory.
     14 .SH OPTIONS
     15 .TP
     16 \fB-l\fR
     17 Lazy unmount.  Detach the filesystem from the fs hierarchy now, and cleanup
     18 all references to the filesystem as soon as it is not busy anymore.
     19 .TP
     20 \fB-f\fR
     21 Force unmount (in case of an unreachable NFS server).
     22 .TP
     23 \fB-n\fR
     24 Unmount without writing in /etc/mtab.  This is the default action.
     25 .TP
     26 \fB-a\fR
     27 All of the file systems described in /proc/mounts are unmounted.  The
     28 proc filesystem is not unmounted.
     29 .SH SEE ALSO
     30 umount(2), mount(8)