source: rtems/cpukit/libmisc/fsmount/README @ a97ee41

Last change on this file since a97ee41 was a97ee41, checked in by cvs2git <rtems-devel@…>, on 08/06/03 at 19:20:53

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@…> '2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>':

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@…> '2003-06-18 Ralf Corsepius <corsepiu@…>':

bootstrap
config.sub

  • Property mode set to 100644
File size: 763 bytes
RevLine 
[a97ee41]1#
2
3#  fsmount information
4#
5#  Author: Thomas Doerfler 02/07/2003
6#
7#  README,v 1.1 1999/07/09 17:23:15 joel Exp
8#
9
10fsmount.c contains the function fsmount. It processes the
11fs table given as an parameter to create the listed mount points
12and mount the corresponding file systems to their mount points.
13See "c/src/tests/samples/fileio" for a sample on how to use this
14function.
15
16The field "report_reasons" specifies, what results of the mount point
17creation/mount operations should print to the console.
18
19The field "abort_reasons" specifies, what results of the mount point
20creation/mount operations should abort the function. Do not set the
21"abort_reasons" bit, unless you want to stop the processing of the
22fsmount table after the first successful mount.
23
24
Note: See TracBrowser for help on using the repository browser.