RTEMS 4.8.1 On-Line Library
Input and Output Primitives Manager unmount - Unmount file systems
RTEMS POSIX API User's Guide
5.4.13: unmount - Unmount file systems
CALLING SEQUENCE:
-
#include <libio.h>
int unmount(
const char *mount_path
);
STATUS CODES:
- EXXX
DESCRIPTION:
The unmount
routine removes the attachment of the filesystem specified
by mount_path
.
NOTES:
NONE
RTEMS POSIX API User's Guide
Copyright © 1988-2007OAR Corporation