MGA startet nicht mehr, sondern ich lande mal wieder auf der Konsole: "give root password for maintenance"
Das irre an der Situation ist das wenige Zeilen vorher die Meldung lautet "/dev/sda6 is clean" hält aber dann trotzdem wegen dieser Partition den Bootvorgang an. Man wird aufgefordert e2fsck händisch durchzuführen und bekommt auch gleich den Vorschlag es mit dem Kommando:
- Code: Alles auswählen
e2fsck -b xxxxx /dev/sda6
Das kann man so oft machen wie man will, immer laufen die gleichen Fehler durch, "Repariere" mit "j" beantwortet und zum Schluss steht:
- Code: Alles auswählen
Inode Bitmap für Gruppe 4640 ist nicht in Gruppe (Block 2299600415)
Bevor ich mich da dran mache: http://www.heise.de/open/artikel/Superb ... 24374.html
um meine Partition mit
- Code: Alles auswählen
mke2fs -n Device
- Code: Alles auswählen
mke2fs -S Device
wollt ich mal fragen wo hier die Fallstricke liegenWrite superblock and group descriptors only. This is useful if all of the superblock and backup superblocks are corrupted, and a last-ditch recovery method is desired. It causes mke2fs to reinitialize the superblock and group descriptors, while not touching the inode table and the block and inode bitmaps. The e2fsck program should be run immediately after this option is used, and there is no guarantee that any data will be salvageable. It is critical to specify the correct filesystem blocksize when using this option, or there is no chance of recovery.

Gruß
J.
PS: Mit den SEA-TOOLS hat die Platte sowohl den SMART als auch den Festplatten-Selbsttest bestanden, also nix mit "abrauchen" etc.