maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   General (https://talk.maemo.org/forumdisplay.php?f=7)
-   -   Recover Formatted SD Card (https://talk.maemo.org/showthread.php?t=60727)

beiaide 2010-08-20 07:35

Recover Formatted SD Card
 
How to Recover Formatted SD Card with SD Card Recovery Software?
Luckily, there are many software applications that can help you recover formatted SD card.

linuxeventually 2010-08-20 07:56

Re: Recover Formatted SD Card
 
Spam.

But I thought I'd add a couple actual tips.

Scenario 1:
Files are on card but not viewable and can't be copied (some filesystem corruption).

dd the whole SD card to a file and then mount that file (I used this method just a few days ago and recovered 100% of the photos)
Code:

# dd sync,noerror if=/dev/mmcblkX of=/media/sdaX/image.dd
# mount /media/sdaX/image.dd /mnt/tmp
# cd /mnt/tmp

Scenario 2:
Files have been deleted
Use photorec to recover the files
This method is hit and miss and I usually can't recover all the files

Scenario 3:
Partition(s) have been deleted
Use testdisk to recover the entire partitions (write a new partition table). Again hit and miss.

I recommend the GParted LiveCD. It has photorec + testdisk, of course dd, and well GParted installed too - good recovery disc to have around.


All times are GMT. The time now is 06:01.

vBulletin® Version 3.8.8