COHERENT manpages

This page displays the COHERENT manpage for mount() [Mount a file system].

List of available manpages
Index


mount() -- System Call (libc)

Mount a file system
#include <sys/mount.h>
#include <sys/filsys.h>
int mount (device, name, flag)
char *device, *name; int flag;

mount()  is the  COHERENT system  call that mounts  a file  system.  device
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

fd,
libc,
mount,
mount.h