COHERENT manpages

This page displays the COHERENT manpage for umount() [Unmount a file system].

List of available manpages
Index


umount() -- System Call (libc)

Unmount a file system
#include <sys/mount.h>
umount(filesystem)
char *filesystem;

umount()  is  the  COHERENT  system  call  that  unmounts  a  file  system.
filesystem names  the block-special file  through which the  file system is
accessed.  Note  that this must have  been previously mounted by  a call to
mount(), or the call will fail.

See Also

libc, mount()