

umount()               COHERENT System Call              umount()




Unmount a file system

uummoouunntt(_f_i_l_e_s_y_s_t_e_m)
cchhaarr *_f_i_l_e_s_y_s_t_e_m;

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 *****

COHERENT system calls, mount()











































COHERENT Lexicon                                           Page 1


