My daughter's Nvidia Tablet K1's 64GB sd card (not a month old) died by becoming read only. I have created a dd image of it but cannot simply copy it onto the replacement card as Android won't use it.
My daughter had a lot of artwork and game saves on that card which I would like to recover.
gdisk reports the following:
shakti debi_sdcard_backup # gdisk debi_sdcard.dd
GPT fdisk (gdisk) version 0.8.10
Caution: invalid main GPT header, but valid backup; regenerating main header
from backup!
Caution! After loading partitions, the CRC doesn't check out!
Warning! Main partition table CRC mismatch! Loaded backup partition table
instead of main partition table!
Warning! One or more CRCs don't match. You should repair the disk!
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: damaged
****************************************************************************
Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
verification and recovery are STRONGLY recommended.
****************************************************************************
Command (? for help): p
Disk debi_sdcard.dd: 125067264 sectors, 59.6 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 316E5963-9593-47BB-BE0D-7D6151DCFE85
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 125067230
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 34815 16.0 MiB FFFF android_meta
2 34816 125067230 59.6 GiB FFFF android_expand
Is there a way to mount the partitions under linux and get the data off?
And then move it to the tablet so she get's it back?
01-26-2016 10:15 AM