修復 apfs partition table - MAC

Table of Contents

如題

有一顆ssd的apfs partition table異常,導致無法開機

用資料救援軟體看了一下應該資料都還在

只是partition table消失了

另外大概一兩年前有針對這個ssd做整顆的clone

目前是使用這顆舊的開機,但是資料設定整顆ssd的內容都是舊的

想請教是否有可能透過舊的這顆把原來的ssd partition復原呢?

有用工具列出partition的訊息如下:


sudo gpt -r show disk1 (partiton table損壞的ssd)

start size index contents
0 1 PMBR
1 3750748814
3750748815 32 Sec GPT table
3750748847 1 Sec GPT header


sudo gpt -r show disk0 (舊的ssd且能開機
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 3750339168 2 GPT part - 7C3457EF-0000-11AA-AA11-00306543ECAC
3750748808 7
3750748815 32 Sec GPT table
3750748847 1 Sec GPT header


希望有高手能幫忙,謝謝

--

All Comments

Iris avatarIris2021-04-04
如果是我,會用 Disk Drill 掃看看...
Caitlin avatarCaitlin2021-04-06
GPT header 開個linux 改回去就好 apfs 的部分不確定