Fix broken ext4 partitions

Boot from a live distribution like ubuntu (http://www.ubuntu.com).Boote eine Live-Distribution wie zum Beispiel Ubuntu (http://www.ubuntu.com).

fsck.ext4 -cDfty -C 0 /dev/sda

Note: Replace “sda” with your harddrive.Bemerkung:Ersetze “sda” ggf. durch deine Festplatte.

Explanation:Erklärung:
-c check for bad sector check
-D optimize directories if possible
-f force check
-t print timing stats
-y assume answer "yes" to all questions
-C 0 print progress info to stdout

Schreibe einen Kommentar

eMail-Benachrichtigung bei weiteren Kommentaren.
Auch möglich: Abo ohne Kommentar.

Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.