Page 1 of 1

Disk has a valid GPT signature but invalid PMBR

Posted: 02 Aug 2017, 08:53
by PetersonF
Hallo,

Ich versuche ein Daten von einer Samsung microSDXC EVO 128GB karte zu retten

Das Problem, mein S5 mit lineageos ist abgestürzt, nach dem Neustart steht "nicht unterstützte Karte" (oder so ähnlich, die karte ist gerade vorsichtshalber nicht im Gerät), Wenn ich unter Einstellung die Karte einbinden will, schlägt er noch formatierten vor.

Pc mit ubuntu zeigt keine einzige Partitionen an.

das Habe ich schon gemacht, brauche aber weiterhin hilfe

Image erstellt

Code: Select all

root@ubuntu:/dev# dd if=/dev/sdb of=/media/ubuntu/DISO/Temp/sdcard.raw.img
251131904+0 Datensätze ein
251131904+0 Datensätze aus
128579534848 Bytes (129 GB, 120 GiB) kopiert, 15978,2 s, 8,0 MB/s

danach versucht das img ein zu binden

Code: Select all

root@ubuntu:/dev# kpartx -av /media/ubuntu/DISO/Temp/sdcard.raw.img
Warning: Disk has a valid GPT signature but invalid PMBR.
Assuming this disk is *not* a GPT disk anymore.
Use gpt kernel option to override. Use GNU Parted to correct disk.
add map loop1p1 (253:0): 0 251131901 linear 7:1 3
Wie bekomme ich den PMBR wieder in Ordnung?


Bisher schon mal folgendes mit TestDisk (7.0, April 2015) versucht.

Code: Select all

Select a media (use Arrow keys, then press Enter):
>Disk C:\Temp\sdcard.raw - Kopie.img - 128 GB / 119 GiB
>[Proceed ] [ Quit ]

Code: Select all

Disk C:\Temp\sdcard.raw - Kopie.img - 128 GB / 119 GiB
Please select the partition table type, press Enter when done.
[Intel ] Intel/PC partition
>[EFI GPT] EFI GPT partition map (Mac i386, some x86_64...)
[Humax ] Humax partition table
[Mac ] Apple partition map
[None ] Non partitioned media
[Sun ] Sun Solaris partition
[XBox ] XBox partition
[Return ] Return to disk selection

Code: Select all

Disk C:\Temp\sdcard.raw - Kopie.img - 128 GB / 119 GiB
CHS 15633 255 63 - sector size=512
>[ Analyse ] Analyse current partition structure and search for lost partitions
[ Advanced ] Filesystem Utils
[ Geometry ] Change disk geometry
[ Options ] Modify options
[ Quit ] Return to disk selection

Code: Select all

Disk C:\Temp\sdcard.raw - Kopie.img - 128 GB / 119 GiB - CHS 15633 255 63
Current partition structure:
Partition Start End Size in sectors
1 P Unknown 2048 34815 32768 [android_meta]
2 P Unknown 34816 251131870 251097055 [android_expand]
P=Primary D=Deleted
>[Quick Search] [ Backup ]

Code: Select all

Disk C:\Temp\sdcard.raw - Kopie.img - 128 GB / 119 GiB
Partition Start End Size in sectors
>P MS Data 32768 251131903 251099136
Structure: Ok. Use Up/Down Arrow keys to select partition.
Use Left/Right Arrow keys to CHANGE partition characteristics:
P=Primary D=Deleted
Keys A: add partition, L: load backup, T: change type, P: list files,
Enter: to continue
exFAT, blocksize=131072, 128 GB / 119 GiB

Code: Select all

Disk C:\Temp\sdcard.raw - Kopie.img - 128 GB / 119 GiB - CHS 15633 255 63
Partition Start End Size in sectors
1 P MS Data 32768 251131903 251099136
[ Quit ] [Deeper Search] >[ Write ]
Write partition structure to disk

So richtig ist mir nicht klar was ich auswählen sollte.

Danke für Unterstüzung