¿Cómo hago para recuperar la información de un disco duro habiendo usado ya el método de esclavo o maestro?
y el programa Easy Recovery; es urgente pues allí están mis programas de trabajo escolar, radial, de prensa y otros escritos más que suelo usar concierta frecuencia. Alguien me ha indicado que envuelva el disco duro en plástico y lo refrigere por 24 horas (tal vez a manera de chanza), lo reinstale y lo recupero todo. ES URGENTE
te aconsejo que descargues Recuva es buenisimo y ahora no me preocupo por que se me borre informacion total tengo este programa. . .
hola amigo:
efectivamente técnica de envolver el disco duro y refrigerar durante un dia a unos 2º o 3ºC funciona de maravilla
saludos desde ecuador
si puedes leer la informacion unos minutos y luego se te traba lo del refrigerador es buena idea. ahora es un tema complicado y la mejor solucion es mas complicada todavia y esta es la guia que yo siempre sigo al pie de la letra. conste que esto es en linux
dd_rhelp shifts this useless waiting time to the end. Using dd_rescue strait throughout your device make your waiting time dependent on the badsector distribution.
Install dd_rhelp
First you need to download latest version from here
Preparing your system
#apt-get install make gcc g++ ddrescue
If you are using ubuntu linux use the following command
sudo apt-get install make gcc g++ ddrescue
Download dd_rhelp using the follwoing command
wget http://www. kalysto. org/pkg/dd_rhelp-0. 0. 6. tar. gz
Now you have dd_rhelp-0. 0. 6. tar. gz file
Extract this file using the following command
tar xzvf dd_rhelp-0. 0. 6. tar. gz
cd dd_rhelp-0. 0. 6
Run the following commands
# . /configure
# make
# make install
If you are using ubuntu linux use the following command
sudo . /configure
sudo make
sudo make install
This will complete the installation and this will install program under /usr/local/bin/dd_rhelp
dd_rhelp Syntax
dd_rhelp {filename|device} {output-file} [{info}]
or dd_rhelp –help
or dd_rhelp –version
Now we will see how to use ddrescue under damaged disk
If you have a damaged hard disk /dev/sda1 and you have an empty space hard disk /dev/sda2 Now if you want to copy data from /dev/sda1 to /dev/sda2 use the following command
#dd_rhelp /dev/sda1 /dev/sda2/backup. img
If you are using ubuntu linux use the following command
sudo dd_rhelp /dev/sda1 /dev/sda2/backup. img
Output looks like below
/usr/bin/tail: Warning: “+number” syntax is deprecated, please use “-n +number”
=== launched via ‘dd_rhelp’ at 0k, 0 >>> ===
dd_rescue: (info): ipos: 104384. 0k, opos: 104384. 0k, xferd: 104384. 0k
errs: 0, errxfer: 0. 0k, succxfer: 104384. 0k
+curr. rate: 10178kB/s, avg. rate: 8532kB/s, avg. load: 31. 3%
dd_rescue: (info): /dev/sda2 (104391. 0k): EOF
Summary for /dev/sda2 -> backup. img:
dd_rescue: (info): ipos: 104391. 0k, opos: 104391. 0k, xferd: 104391. 0k
errs: 0, errxfer: 0. 0k, succxfer: 104391. 0k
+curr. rate: 355kB/s, avg. rate: 8519kB/s, avg. load: 31. 3%
/usr/bin/tail: Warning: “+number” syntax is deprecated, please use “-n +number”
This copies an image of /dev/sda1 to sda2
Now you need to check the backup image consistency this will check for is there any problems with this image.
#fsck -y /dev/sda2/backup. img
If you are using ubuntu linux use the following command
sudo fsck -y /dev/sda2/backup. img
After finishing this checking you need to mount your disk image in to your other hard disk
#mount /dev/sda2/backup. img /mnt/recoverydata
If you are using ubuntu linux use the following command
sudo mount /dev/sda2/backup. img /mnt/recoverydata
This will mount all the data from the backup. img under /mnt/recoverydata now you can try to access the data it should
work without any problem.
Restore image
If you want to restore this image use the following command
#dd_rhelp /dev/sda2/backup. img /dev/sda1
If you are using ubuntu linux use the following command
sudo dd_rhelp /dev/sda2/backup. img /dev/sda1
Copy Disk Image to remote machine using SSH
If you want to copy your disk image to remote machine over ssh you need to use the following command
#dd_rhelp /dev/sda1 – | ssh username@machineip ‘cat /datarecovery/backup. img’
If you are using ubuntu linux use the following command
sudo dd_rhelp /dev/sda1 – | ssh username@machineip ‘cat /datarecovery/backup. img’
This will be prompetd for password of the username you have menctioned in the above command after entering the password
dd_rhelp strats copying obviously it will take some time to copy over the network.
EN WINDOWS XP O VISTA te recomiendo este
http://www. softplatz. com/Soft/Utilities/Backup/Hard-Drive-Recovery. html
Asu asu. . . por que se complican tanto la vida. . simplemente tengan una version de Linux a la mano. . . como Ubuntu. . . entran desde el Live Cd. . . inician con el sistema, y podran incluso quemar toda su informacion en discos sin ningun problema. . . . ala!!. . . por que hay gente que prefiere hacer las cosas tan complicadas. . .
Bueno, si te interesa bajate ubuntu desde aki
http://www. ubuntu. com/
es gratis, en español, solo inicias desde el cd, seleccionas probar Ubuntu sin alterar el equipo, esperas a que inicie. . . y respaldas tu informacion sin problemas. . suerte. .