.. index:: mount (command) .. _command_mount: 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. With -o loop the mount command mounts a file instead of a device. Options ^^^^^^^ -a mount all blockdevices -t FSTYPE specify filesystem type -o OPTIONS set file system OPTIONS -v verbose .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/mount.c .. command function: do_mount