[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: fsck



François Boisson wrote:

Le Wed, 26 Jan 2005 21:55:37 +0100
eric <tarass.houba@laposte.net> a écrit:

J'ai essayé fsck.ext3  /dev/hda7 et ça me répond,
fsck.ext3: Filesystem revision too high while trying to open /dev/hda7
The filesystem revision is apparently too high for this version of
e2fsck.(Or the filesystem superblock is corrupt)


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 <device>

2 Solutions: le e2fsck est trop vieux (j'ai du mal à le croire)
Le super block est mort. Il s'agit de trouver le suivant, donc de
faire

e2fsck -b n /dev/hda7 avec n de la forme 2^p +1, en gros essaye

n=8193, 16385, 32769, 65537 et peut être même 131073

je parie sur 32769 si le disque est gros. Si ça se passe bien, le
programme te le dira sinon tu auras un message du même type.
François Boisson (confiant quand même, un crash à ce point c'est rare
si ça n'est pas un pbm physique)


Ca ne marche pas.

Une autre idée.



Reply to: