RTEMS Logo

RTEMS 4.10.2 On-Line Library


Input and Output Primitives Manager unmount - Unmount file systems

PREV UP NEXT Bookshelf 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


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation