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
triumphTT Nachtrag zu: „Unlesbare home-Partition“
Optionen

root@ttyp0[knoppix]# tune2fs -l /dev/hda6
tune2fs 1.35-WIP (21-Aug-2003)
tune2fs: Filesystem revision too high while trying to open /dev/hda6
Kann keinen g�ltigen Dateisystem-Superblock finden.

root@ttyp0[knoppix]# e2fsck -f -b superblock /dev/hda6
e2fsck 1.35-WIP (21-Aug-2003)
e2fsck: Filesystem revision too high while trying to open /dev/hda6
Diese Dateisystem-Revision ist offensichtlich zu neu f�r diese Version
von e2fsck (oder der Dateisystem-Superblock ist kaputt).


Der SuperBlock ist unlesbar bzw. beschreibt kein g�ltiges ext2
Dateisystem. Wenn das Ger�t g�ltig ist und ein ext2
Dateisystem (kein swap oder ufs usw.) enth�lt , dann ist der SuperBlock
besch�digt, und sie k�nnten e2fsck mit einem anderen SuperBlock:
e2fsck -b 8193

bei Antwort benachrichtigen