- Back to Home »
- Recover Corrupted Data From Hard Disk
Posted by : Unknown
First things first, you need a new hard drive. It can be external if you want. But you have to be able to mount it as a directory in DSL (damn small linux)
Download Link:http://www.mediafire.com/download/bc2j67bxhkd9nij/dsl-4.4.10.iso
It is an ISO File.So you have to mount it using Daemon Tools or else.
Now you need to borrow someone else's computer.
Install DSL on the computer.
Reboot the computer
After booting you will see the GUI (graphic User Interface) of the DSL, run TERMINAL and follow this command
Note: this command will make you a super user in DSL .
#sudo su
*Note: this command will mount your HDD on DSL
#mount /dev/hda1 /mnt/hda1
*Note: this command will check if your data is still on the HDD
#cd /mnt/hda1 #ls -al Found any data?
If yes move on. Since you already have you new hard drive connected to your PC just run this command series.
#mount /dev/hdc1 /mnt/hdc1
#cd /mnt/hdc1
#mkdir backup
#cp -R /mnt/hda1/*.* /mnt/hdc1/backupL