3.3.4. mount - mount a filesystem or list mounted filesystems¶
3.3.4.1. Usage¶
mount [[-atov] [DEVICE] [MOUNTPOINT]]
3.3.4.2. 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. With -o loop the mount command mounts a file instead of a device.
3.3.4.3. Options¶
-a | mount all blockdevices |
-t FSTYPE | specify filesystem type |
-o OPTIONS | set file system OPTIONS |
-v | verbose |