Benutzer-Werkzeuge

Webseiten-Werkzeuge


sammlung:mount

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
sammlung/mount.txt · Zuletzt geändert: von 127.0.0.1