sammlung:storage-dateisysteme
Dies ist eine alte Version des Dokuments!
Storage und Dateisysteme
# Dateisystem-Übersicht df -h # Dateisystem-Nutzung (human readable) df -i # Inode-Nutzung mount # Gemountete Dateisysteme cat /proc/mounts # Kernel-Mount-Tabelle # Block-Geräte cat /proc/partitions # Partitions-Tabelle ls -la /dev/disk/by-* # Device-Links nach UUID, Label, etc. # Storage-Informationen aus /sys ls /sys/block/ # Verfügbare Block-Geräte cat /sys/block/*/size # Gerätegrößen in Sektoren cat /sys/block/*/queue/rotational # Rotational vs. SSD # Dateisystem-Typen cat /proc/filesystems # Unterstützte Dateisysteme # Mount-Optionen findmnt # Moderne Mount-Anzeige findmnt -D # Mit zusätzlichen Details # I/O-Statistiken cat /proc/diskstats # Disk I/O Statistiken cat /sys/block/*/stat # Per-Device Statistiken # Weitere Block-Device-Tools [[sammlung:lsblk|lsblk - Block-Device-Analyse]]
sammlung/storage-dateisysteme.1754382034.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
