# The `mount` command The `mount` command is used to mount 'attach' a filesystem and make it accessible by an existing directory structure tree. ### Examples: 1. Displays version information: ``` mount -V ``` 2. Attaching filesystem found on device and of type type at the directory dir: ``` mount -t type device dir ``` ### Syntax Forms: ``` mount [-lhV] ``` ``` mount -a [-fFnrsvw] [-t vfstype] [-O optlist] ``` ``` mount [-fnrsvw] [-t fstype] [-o options] device dir ``` ### Additional Flags and their Functionalities: |**Short Flag** |**Long Flag** |**Description** | |:---|:---|:---| |`-h`|