Mount

Aus Friedmar's Wiki
Zur Navigation springen Zur Suche springen

Der Befehl mount bietet sehr komplexe Möglichkeiten, wobei für den Normal-User nur noch weinig übrig bleibt. Interessant wird es meist nur dann, wenn man ein Live-System bootet und Partitionen des eigenen PCs nicht eingebunden wurden. Da wäre schon mal die erste Anwendungsmöglichkeit. Zuerst will man einmal erfahren, welche Dateisysteme wo eingehangen sind.

 friedmar@fhubuntu:~$ mount

Die Eingabe von mount und ENTER in der Kommandozeile liefert dieses Ergebnis:

 /dev/sda5 on / type ext4 (rw,errors=remount-ro,commit=0)
 proc on /proc type proc (rw,noexec,nosuid,nodev)
 none on /sys type sysfs (rw,noexec,nosuid,nodev)
 fusectl on /sys/fs/fuse/connections type fusectl (rw)
 none on /sys/kernel/debug type debugfs (rw)
 none on /sys/kernel/security type securityfs (rw)
 none on /dev type devtmpfs (rw,mode=0755)
 none on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=0620)
 none on /dev/shm type tmpfs (rw,nosuid,nodev)
 none on /var/run type tmpfs (rw,nosuid,mode=0755)
 none on /var/lock type tmpfs (rw,noexec,nosuid,nodev)
 /dev/sda3 on /windows type fuseblk (rw,nosuid,nodev,allow_other,blksize=4096,default_permissions)
 /dev/sda6 on /tmp type ext4 (rw,commit=0)
 /dev/sda7 on /home type ext4 (rw,commit=0)
 binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
 gvfs-fuse-daemon on /home/friedmar/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=friedmar)