# 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

Function

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.