next up previous contents index
Next: 20.1.7 clone: Duplicate a Up: 20.1 Introduction Previous: 20.1.5 mount: Mount a

20.1.6 unmount: Unmount a filesystem from the filesystem namespace

 

SYNOPSIS

#include <oskit/fs/fsnamespace.h>

oskit_error_t oskit_fsnamespace_unmount(oskit_fsnamespace_t *f, const char pathname);

DESCRIPTION

Unmount the filesystem that was previously mounted over pathname with the mount method.

PARAMETERS

f
The OSKit filesysem namespace interface object.
mountname
The pathname of the directory to unmount.

RETURNS

Returns 0 on success, or an error code specified in <oskit/error.h>, on error.



Utah Flux Research Group