mount [[-atov] [DEVICE] [MOUNTPOINT]]
If no argument is given, list mounted filesystems. If no FSTYPE is specified, try to detect it automatically. With -a the mount command mounts all block devices whose filesystem can be detected automatically to /mnt/PARTNAME If mountpoint is not given, a standard mountpoint of /mnt/DEVICE is used. This directoy is created automatically if necessary.
| -a | mount all blockdevices |
| -t FSTYPE | specify filesystem type |
| -o OPTIONS | set file system OPTIONS |
| -v | verbose |