===== mount ===== ==== Beschreibung ==== mount ist ein Linux-Kommando, mit dem Dateisysteme in das Verzeichnisbaum eingehÃĪngt werde. ==== Syntax ==== 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 ===== Weitere Informationen ===== man mount