Cmd Generator

mount

Mount a filesystem.

mount

Examples

# Mount a device
mount /dev/sda1 /mnt

# Mount by label
mount -L MY_DATA /mnt

# Mount all fstab
mount -a

# Bind mount
mount --bind /old/dir /new/dir

# Remount read-write
mount -o remount,rw /