Name

fsck [Optionen] [Geräte] — /sbine2fsprogsstdin stdout - datei -- opt --help --version

Der Befehl fsck (Filesystem Check) überprüft eine Linux-Partition und repariert, falls gewünscht, gefundene Fehler. fsck wird beim Booten des Systems automatisch ausgeführt. Sie können es aber, wenn Sie wollen, auch manuell ausführen. Generell sollten Sie ein Gerät erst aushängen, bevor Sie es überprüfen, damit kein anderes Programm gleichzeitig darauf zugreifen kann:

# umount /dev/hda10 # fsck -f /dev/hda10 Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /home: 172/1281696 files (11.6% non-contiguous), 1405555/2562359 ...

Get LINUX: kurz & gut now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.