mount

mount

Synopsis
mount show all mounted file systems
mount <device> <directory> <fsPath> mount a file system
Details
The mount command manages mounted file systems. The first form of the command shows all mounted file systems showing the mount points and the device identifiers.

The second form of the command mounts a file system. The file system on <device> is mounted as <directory>, with <fsPath> specifying the directory in the file system being mounted that will be used as the root of the file system. Note that the mount point given by <directory> must not exist before mount is run. (JNode mounts the file system as the mount point, not on top of it as UNIX and Linux do.)