source: rtems/cpukit/libmisc/fsmount/README @ 1c554014

4.115
Last change on this file since 1c554014 was 1c554014, checked in by Ralf Corsépius <ralf.corsepius@…>, on 07/19/12 at 14:14:53

Remove CVS-Ids.

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