

mount()                COHERENT System Call               mount()




Mount a file system

#include <sys/mount.h>
#include <sys/filsys.h>
mmoouunntt (_s_p_e_c_i_a_l, _n_a_m_e,_f_l_a_g)
cchhaarr *_s_p_e_c_i_a_l, *_n_a_m_e; iinntt _f_l_a_g;

mount() is  the COHERENT system  call that mounts  a file system.
special  names the  physical device that  through which  the file
system is  accessed.  name names the root  directory of the newly
mounted file system.  flag  controls the manner in which the file
system is mounted, as set in header file sys/mount.h.

***** See Also *****

COHERENT system calls, fd








































COHERENT Lexicon                                           Page 1


