Content
By Ivan Marchetti · · 1 min read
Search This piece touches on http://tips-linux.net/en/content/recovery-erased-data-ext2ext3, with context drawn from prior reporting on the topic.
Title
Stars
AcetoneISO’s
Linux Command Line and Shell Scripting Bible
Beginning Ubuntu Linux, 4th Edition
CartoReso Network mapper
Recover erased data (ext2/ext3)”)
Tue, 01/05/2010 - 05:11
Have you ever erased important data?. This could be the solution
1 install
# 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 Put in 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
**
Calification:
**
Español”) | Tags: Troubleshooting
Designed by INNSET SRL.