mmoouunntt() -- System Call (libc)

Mount a file system
#iinncclluuddee <ssyyss/mmoouunntt.hh>
#iinncclluuddee <ssyyss/ffiillssyyss.hh>
iinntt mmoouunntt (_d_e_v_i_c_e, _n_a_m_e, _f_l_a_g)
cchhaarr *_d_e_v_i_c_e, *_n_a_m_e; iinntt _f_l_a_g;

mmoouunntt()  is the  COHERENT system  call that mounts  a file  system.  _d_e_v_i_c_e
names the  physical device that through which the  file system is accessed.
_n_a_m_e  names the  root directory  of  the newly  mounted file  system.  _f_l_a_g
controls the manner  in which the file system is  mounted, as set in header
file ssyyss/mmoouunntt.hh.

_S_e_e _A_l_s_o
ffdd, lliibbcc, mmoouunntt, mmoouunntt.hh
