# mount.h - [Overview](#section256411640165628) - [Summary](#section1284779574165628) - [Functions](#func-members) ## **Overview** **Related Modules:** [FS](FS.md) **Description:** Provides functions for mounting and unmounting a file system. **Since:** 1.0 **Version:** 1.0 ## **Summary** ## Functions
mount (const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) |
|
umount (const char *target) |
|
umount2 (const char *target, int flags) |