Files
Amar Takhar 3139d38137 cpukit: Convert cpukit/*/README to MarkDown
There are a lot of README files this is just a cursory glance to convert but
will render fine online.  If they don't we can make changes.
2024-08-05 21:37:12 +00:00
..

fsmount

Author: Thomas Doerfler 02/07/2003

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.