Le Wed, 26 Jan 2005 21:55:37 +0100 eric <[EMAIL PROTECTED]> 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)

