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