OAR

RTEMS 4.5.1-pre3 On-Line Library


Input and Output Primitives Manager unmount - Unmount file systems

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

5.4.12: 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


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2000 OAR Corporation