mount ist ein Linux-Kommando, mit dem Dateisysteme in das Verzeichnisbaum eingehängt werde.
mount -t type device dir # standard form mount /dir # then mount looks for a mountpoint mount [-l] [-t] # list all mounted filesystems mount -a, --all # mount all filesystems mentioned in fstab mount /dev/foo /dir # For example, to mount device foo at /dir
man mount