Recover erased data (ext2/ext3)

Have you ever erased important data?. This could be the solution

 

1 install in linux ubuntu

# apt-get install testdisk

2 Recovery

For example if the data erased is in the hda8 partition make a folder in another partition. See linux devices for details

# photorec /dev/hda8 /root/recuperado

- Select the partition type (ext2/ext3)

- Then SEARCH, this may take a while depends of the partition size .

3 Order 

# find /root/recuperado/ -name "*.txt" | xargs -i mv {} /root/ordenado/TEXT

# find /root/recuperado/ -name "*.jpg" | xargs -i mv {} /root/ordenado/IMG

and so the extension you want


Share

Calification:

 
ubuntu linux
 

Member login

Request new password

Not a member yet? Register!

Spaces are allowed; punctuation is not allowed except for periods, hyphens, and underscores.
A valid e-mail address. All e-mails from the system will be sent to this address. The e-mail address is not made public and will only be used if you wish to receive a new password or wish to receive certain news or notifications by e-mail.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.