mount - mount a filesystem or list mounted filesystems

Usage

mount [[-atov] [DEVICE] [MOUNTPOINT]]

Synopsis

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.

Options

-a mount all blockdevices
-t FSTYPE specify filesystem type
-o OPTIONS set file system OPTIONS
-v verbose

Table Of Contents

This Page