Linux 14.981 Themen, 106.343 Beiträge

Unlesbare home-Partition

triumphTT / 6 Antworten / Flachansicht Nickles

Hallo! Bekomme beim Booten folgende Meldung:

Kontrollieren der Dateisysteme:
The filesystem revision is apparently too high for this version of e2fsck.
(Or the filesystem superblock is corrupt)

/dev/hda6:
The superblock could not be read or does not describe a correct ext2 filesystem. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else), then the superblock is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193

bei Antwort benachrichtigen
KarstenW triumphTT „root@ttyp0 knoppix tune2fs -l /dev/hda6 tune2fs 1.35-WIP 21-Aug-2003 tune2fs:...“
Optionen

Die Idee mit tune2fs ist nicht gut, weil tune2fs auch nur den Superblock ausliest und die Daten ausgibt.

Ich meinte mit dem Befehl "e2fsck -f -b superblock /dev/hda6" das du anstelle von "superblock" den n�chsten g�ltigen Superblock deines Dateisystem angeben mu�t.
Mein ext3 dateisystem hat eine Blockgr��e von 4 kByte, da w�re bei mir der n�chste g�ltige superblock bei 32768.

Du mu�t einfach mal ein paar Superblocks durchprobieren:
8193
16384
32768

wenn du die genaue Blockgr��e deines Dateisystem nicht kennst,
beispielsweise "e2fsck -f -b 32768 /dev/hda6"

Debian GNU/Linux https://www.debian.org/index.de.html
bei Antwort benachrichtigen