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

4.104.114.84.95
Last change on this file since f26145b was ce275cf, checked in by Jennifer Averett <Jennifer.Averett@…>, on 08/06/03 at 19:14:14

2003-08-06 Thomas Doerfler<Thomas.Doerfler@…>

PR 369/filesystem

  • Makefile.am, shell/cmds.c, wrapup/Makefile.am: sample application to show the use of the DOSFS functions
  • fsmount/Makefile.am, fsmount/README, fsmount/fsmount.c, fsmount/fsmount.h: New files.
  • Property mode set to 100644
File size: 763 bytes
Line 
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.