I recently completely crashed my system by plugging an 11.1v power source into the USB unintentionally frying the machine. I have since replaced the machine and went to transfer my information from the old HD when I discovered that the partition map is damaged.
I have spent some time researching the fix, spending time reading the following questions:
How Can I Fix My Partition Table
How to fix Mac hard drive partition showing as FDisk_partition_scheme
How to fix GUID hard drive corrupted to MBR
Recovering OS X partition: wrong boundaries calculated, can't mount disk0s2
Missing Mac partitions - unrecognized file system
diskutil list shows this is the disk in question:
/dev/disk3 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *1.0 TB disk3
1: 0xEE 1.0 TB disk3s1
sudo gpt -r show disk3 gets the following:
start size index contents
0 1 PMBR
1 244190645
And a hexdump sudo dd if=/dev/disk3 bs=512 skip=409640 count=1 | hexdump results in:
1+0 records in
1+0 records out
0000000 97 3a 51 22 3c 4f 4f 76 01 00 00 00 00 00 00 00
0000010 9e 71 d0 00 00 00 00 00 01 00 00 80 00 00 00 00
512 bytes transferred in 0.001052 secs (486627 bytes/sec)
0000020 4e 58 53 42 00 10 00 00 ac 45 8d 0e 00 00 00 00
0000030 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0000040 02 00 00 00 00 00 00 00 6d 9f 9e a8 cf 71 46 7b
0000050 85 9c e5 df 32 15 1b a2 33 30 a7 00 00 00 00 00
0000060 9f 71 d0 00 00 00 00 00 18 01 00 00 5c 6c 00 00
0000070 e7 10 03 00 00 00 00 00 86 4c 02 00 00 00 00 00
0000080 0e 01 00 00 d0 3b 00 00 0b 01 00 00 03 00 00 00
0000090 13 3b 00 00 bd 00 00 00 f6 11 00 00 00 00 00 00
00000a0 83 8e 14 00 00 00 00 00 01 04 00 00 00 00 00 00
00000b0 00 00 00 00 64 00 00 00 03 04 00 00 00 00 00 00
00000c0 eb 11 00 00 00 00 00 00 ed 11 00 00 00 00 00 00
00000d0 ae af 00 00 00 00 00 00 b8 b8 00 00 00 00 00 00
00000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
*
0000200
Here is diskutil info /dev/disk3:
Device Identifier: disk3
Device Node: /dev/disk3
Whole: Yes
Part of Whole: disk3
Device / Media Name: 500SSD1
Volume Name: Not applicable (no file system)
Mounted: Not applicable (no file system)
File System: None
Content (IOContent): FDisk_partition_scheme
OS Can Be Installed: No
Media Type: Generic
Protocol: USB
SMART Status: Not Supported
Disk Size: 1.0 TB (1000204886016 Bytes) (exactly 1953525168 512-Byte-Units)
Device Block Size: 4096 Bytes
Read-Only Media: No
Read-Only Volume: Not applicable (no file system)
Device Location: External
Removable Media: Fixed
Solid State: Info not available
Virtual: No
And lastly fdisk /dev/disk3:
Disk: disk3 geometry: 15200/255/63 [244190646 sectors]
Sector size: 4096 bytes
Signature: 0xAA55
Starting Ending
#: id cyl hd sec - cyl hd sec [ start - size]
------------------------------------------------------------------------
1: EE 1023 254 63 - 1023 254 63 [ 1 - 1953525167] <Unknown ID>
2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
I have wxHexEditor installed and can post the screenshots here if needed. My understanding is basically I need to replace the GUID Partition Map with the proper partitions. The disk had two only two partitions - the standard EFI System Partition and then the other one. Drive is a Crucial MX500 SSD 1 TB.
Can someone please help with the calculations and commands to restore the partitions?
