Files
rtems/cpukit/libmisc/fsmount/README
cvs2git a97ee41919 This commit was manufactured by cvs2svn to create branch 'rtems-4-6-branch'.
Cherrypick from master 2003-08-06 19:20:52 UTC Jennifer Averett <Jennifer.Averett@OARcorp.com> '2003-08-06	Thomas Doerfler<Thomas.Doerfler@imd-systems.de>':
    c/src/tests/samples/fileio/Makefile.am
    c/src/tests/samples/fileio/fileio.doc
    c/src/tests/samples/fileio/init.c
    c/src/tests/samples/fileio/system.h
    cpukit/libmisc/fsmount/Makefile.am
    cpukit/libmisc/fsmount/README
    cpukit/libmisc/fsmount/fsmount.c
    cpukit/libmisc/fsmount/fsmount.h
Cherrypick from master 2003-06-18 15:15:48 UTC Ralf Corsepius <ralf.corsepius@rtems.org> '2003-06-18	Ralf Corsepius <corsepiu@faw.uni-ulm.de>':
    bootstrap
    config.sub
2003-08-06 19:20:53 +00:00

25 lines
763 B
Plaintext

#
#
# fsmount information
#
# Author: Thomas Doerfler 02/07/2003
#
# README,v 1.1 1999/07/09 17:23:15 joel Exp
#
fsmount.c contains the function fsmount. It processes the
fs table given as an parameter to create the listed mount points
and mount the corresponding file systems to their mount points.
See "c/src/tests/samples/fileio" for a sample on how to use this
function.
The field "report_reasons" specifies, what results of the mount point
creation/mount operations should print to the console.
The field "abort_reasons" specifies, what results of the mount point
creation/mount operations should abort the function. Do not set the
"abort_reasons" bit, unless you want to stop the processing of the
fsmount table after the first successful mount.