Your go-to source for Linux technology insights. Contact us

Content

By · · 1 min read

Content

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

Facebook

Follow Tips-linux on

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:

**

 

Share

Español”) |  Tags: Troubleshooting

Designed by INNSET SRL.

Related reading

Join Our Tech Community

Subscribe to get exclusive tips, tutorials, and updates straight to your inbox. Be part of the conversation in open source technology!