récuperer des données après un crash disque.

  • Auteur de la discussion larmeaucoeur
  • Date de début

larmeaucoeur

Nouveau membre
Bonjour

Hier matin en allumant le pc, mon disque dur a crashé... ma table de partition etait toute cassée. Les partitions /home et /data n'existe plus :'(

[fixed]
Disque /dev/hda: 41.1 Go, 41174138880 octets
16 têtes, 63 secteurs/piste, 79780 cylindres
Unités = cylindres de 1008 * 512 = 516096 octets

Périphérique Boot Start End Blocks Id System
/dev/hda1 * 1 96 48163+ 83 Linux
La partition 1 ne se termine pas sur une frontière de cylindre.
/dev/hda3 4160 10248 3068415 83 Linux
/dev/hda4 97 79768 40154278+ 5 Extended
/dev/hda5 97 4159 2047720+ 83 Linux
/dev/hda6 1997656 747504 1517407130 83 NeXTSTEP ///
[fixed]
Mon problème c'est que j'ai besoin de récupérer des documents (texte brute) qui se trouvaient dans mon /home.
J'ai bien recherché des logiciels permettant de récupérer des données perdues (exemple: magic rescue) mais sans succès :(
Pourriez vs m'aider carje suis désespérée.... connaissez d'autre logiciel sous linux car j'ai bcp trouvé d'autre logiciels mais sous windows (tel drive rescue 1.9.d, R-linux data recovery freeware).
Je vs remercie bcp d'avance.
ps: ne m'en veuillez po trop car je suis encore une "newbie" en la matière.
 

larmeaucoeur

Nouveau membre
euh... disons que je suis en ext3.
J'ai bien essayé de taper fsck.ext3 /home par exemple et j'obtiens ceci:

[root@localhost root]# fsck.ext3 /home
e2fsck 1.34 (25-Jul-2003)
fsck.ext3: Is a directory while trying to open /home

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>

je ne sais po si cela peut d'aider?!? :/
 

larmeaucoeur

Nouveau membre
Comme tu me l'as demandé, voici ce que j'ai après l'avoir tapé:

[root@localhost root]# e2fsck /dev/hda
e2fsck 1.34 (25-Jul-2003)
Couldn't find ext2 superblock, trying backup blocks...
e2fsck: Bad magic number in super-block while trying to open /dev/hda

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@localhost root]#

j'espère que cela pourra t'eclairer un peu sur ma situation... en tt cas merci de ton aide.
 

xam

Grand Maître
donne moi le resultat d'un mke2fs -n

Tu peux d'ors et déjà essayer les commande suivante :
e2fsck -b 8193 /dev/hda
e2fsck -b 16384 /dev/hda
e2fsck -b 32768 /dev/hda
 

larmeaucoeur

Nouveau membre
voici le resultat de mke2fs -n

root@localhost root]# mke2fs -n
Usage: mke2fs [-c|-t|-l filename] [-b block-size] [-f fragment-size]
[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]
[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]
[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]
[-r fs-revision] [-R raid_opts] [-qvSV] device [blocks-count]
[root@localhost root]#

mais je crois que je dois preciser un truc mais je ne sais po quoi (oops une vrais newbie :-( )

ensuite pour les 3 commandes suivante j'ai comme résultats:
e2fsck: No such file or directory while trying to open /dev/hd

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>

 

larmeaucoeur

Nouveau membre
ps: je vais être absente quelques heures mais je reviendrais ce soir vers 20H. Aussi, si tu as d'autres idées ou commandes à me faire, cela sera avec plasir de mon retour.
Désolée pour le hors sujet!
 

larmeaucoeur

Nouveau membre
[root@localhost root]# mke2fs -n /dev/hda
mke2fs 1.34 (25-Jul-2003)
/dev/hda is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
5029888 inodes, 10052280 blocks
502614 blocks (5.00%) reserved for the super user
First data block=0
307 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

[root@localhost root]#
 

larmeaucoeur

Nouveau membre
[root@localhost root]# e2fsck -b 8193 /dev/hda
e2fsck 1.34 (25-Jul-2003)
e2fsck: Bad magic number in super-block while trying to open /dev/hda

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@localhost root]# e2fsck -b 16384 /dev/hda
e2fsck 1.34 (25-Jul-2003)
e2fsck: Bad magic number in super-block while trying to open /dev/hda

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@localhost root]# e2fsck -b 32768 /dev/hda
e2fsck 1.34 (25-Jul-2003)
e2fsck: Bad magic number in super-block while trying to open /dev/hda

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@localhost root]#

j'ai essayé avec toutes les valeurs de "Superblock backups stored on blocks: " et ça donne pareil
 
Vous devez vous inscrire ou vous connecter pour répondre ici.
Derniers messages publiés
Statistiques globales
Discussions
730 128
Messages
6 717 848
Membres
1 586 373
Dernier membre
https://forum.tomshardwar
Partager cette page
Haut