Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought


mount()                COHERENT System Call               mount()




Mount a file system

#include <sys/mount.h>
#include <sys/filsys.h>
mount (special, name,flag)
char *special, *name; int flag;

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


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026