umount Command umount
Unmount file system
/etc/umount special
umount unmounts a file system special that was previously mounted
with the mount command.
The script /bin/umount calls /etc/umount, and provides convenient
abbreviations for commonly used devices. For example, typing
umount f0
executes the command
/etc/umount /dev/fha0
The system administrator should edit this script to reflect the
devices used on your specific system.
***** Files *****
/etc/mtab -- Mount table
/dev/*
/bin/umount -- Script that calls /etc/umount
***** See Also *****
clri, commands, fsck, icheck, mount
***** Diagnostics *****
Errors can occur if special does not exist or is not a mounted
file system.
COHERENT Lexicon Page 1