Burps | Salut
j'ai un HD qui contient des données super importantes.... et que j'arrive pas a recupérer : donc, oui, je vais jeter le HD, mais avant tout, j'aimerais bien recupérer ce qui traine dessus : j'ai essayé un fsck, puis un mke2fs -n, mais toujours rien
Code :
- root@jupiter:~# ksck /dev/hdc
- -bash: ksck: command not found
- root@jupiter:~# fsck /dev/hdc
- fsck 1.35 (28-Feb-2004)
- e2fsck 1.35 (28-Feb-2004)
- Couldn't find ext2 superblock, trying backup blocks...
- fsck.ext2: Bad magic number in super-block while trying to open /dev/hdc
- 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>
- root@jupiter:~# mke2fs -n /dev/hdc
- mke2fs 1.35 (28-Feb-2004)
- Filesystem label=
- OS type: Linux
- Block size=4096 (log=2)
- Fragment size=4096 (log=2)
- 19546112 inodes, 39072725 blocks
- 1953636 blocks (5.00%) reserved for the super user
- First data block=0
- 1193 block groups
- 32768 blocks per group, 32768 fragments per group
- 16384 inodes per group
- Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
- 4096000, 7962624, 11239424, 20480000, 23887872
- root@jupiter:~# fsck -b 8193 /dev/hdc
- fsck 1.35 (28-Feb-2004)
- e2fsck 1.35 (28-Feb-2004)
- fsck.ext2: Bad magic number in super-block while trying to open /dev/hdc
- 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>
- root@jupiter:~#
|
et j'ai testé tous les superblock référencés + haut, a chaque fois, j'ai la meme erreur....
Vous auriez une piste à me soumettre ?
|