mount.h
Overview
Related Modules:
Description:
Provides functions for mounting and unmounting a file system.
Since:
1.0
Version:
1.0
Summary
Functions
| Function Name | Description |
|---|---|
| mount (const char source, const char target, const char filesystemtype, unsigned long mountflags, const void data) | int Mounts a file system. |
| umount (const char target) | int Unmounts a file system. |
| umount2 (const char target, int flags) | int Unmounts a file system. |
