Recover files from SD card Topic is solved

Using PhotoRec to recover lost data
Forum rules
When asking for technical support:
- Search for posts on the same topic before posting a new question.
- Give clear, specific information in the title of your post.
- Include as many details as you can, MOST POSTS WILL GET ONLY ONE OR TWO ANSWERS.
- Post a follow up with a "Thank you" or "This worked!"
- When you learn something, use that knowledge to HELP ANOTHER USER LATER.
Before posting, please read https://www.cgsecurity.org/testdisk.pdf
Locked
Message
Author
urrfaust
Posts: 2
Joined: 04 Aug 2014, 20:19

Recover files from SD card

#1 Post by urrfaust »

HI everyone,

I've been trying to recover files using TestDIsk on Linux from an 8GB SD card. They were for the most part mp3 files, for which I have no backup.
This is what I tried:

- first of all, fdisk reports the card as:
/dev/mmcblk0p1
- I made a copy of the SD card using dd.
- I ran TestDisk, but couldn't do to Advanced->Boot->Rebuild BS, as there were no partitions found.
- I tried QUick search, then deeper search, but to no avail.
- I ran photorec, no files found (I set the option to look for .mp3 files)

Is there anything else I should try? Or should I toss the SD card for good?

Thanks a lot,

Simon

User avatar
cgrenier
Site Admin
Posts: 5432
Joined: 18 Feb 2012, 15:08
Location: Le Perreux Sur Marne, France
Contact:

Re: Recover files from SD card

#2 Post by cgrenier »

Check that the dd file isn't truncated. By default, if there is a read error, dd stops the copy.
It's recommanded to use ddrescue instead.

Another test. Zip or gzip your dd file. If the resulting file is very small, you can consider that there is no data to recover as a mp3 can't be compressed.

urrfaust
Posts: 2
Joined: 04 Aug 2014, 20:19

Re: Recover files from SD card

#3 Post by urrfaust »

The dd file is not truncated, the size is right.
I tried to zip the file and the resulting file is 7Mb in size, so I guess there's nothing there.
Thanks a lot for your advice!

Locked