GPT 磁盘无法访问,丢失 HFS+ 分区

GPT 磁盘无法访问,丢失 HFS+ 分区

2011 年初推出的 MBP,运行 OSX 10.11.6 3TB Seagate 外置硬盘

我的 Seagate 所有(不确定有多少个) HFS+ 分区都运行正常,直到有一天它停止了安装。

当前列为 /dev/disk3 并且 gdisk 找不到分区:

Type device filename, or press <Enter> to exit: /dev/disk3
Warning! Read error 5; strange behavior now likely!
Warning! Read error 5; strange behavior now likely!
Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.

ommand (? for help): p
Disk /dev/disk3: 8089950 sectors, 3.9 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 9FBCC48E-F444-4824-8A65-37982CD1297B
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 8089916
Partitions will be aligned on 2048-sector boundaries
Total free space is 8089883 sectors (3.9 GiB)

Disk size is 8089950 sectors (3.9 GiB)
MBR disk identifier: 0x00000000
MBR partitions:

Number  Boot  Start Sector   End Sector   Status      Code
   1                     1      8089949   primary     0xEE

验证仅扫描其能找到的内容:

No problems found. 8089883 free sectors (3.9 GiB) available in 1
segments, the largest of which is 8089883 (3.9 GiB) in size.

我尝试了十六进制转储:

MBP3OS:~ tivadark$ sudo dd if=/dev/disk3 bs=512 count=1 | hexdump -C
Password:
dd: /dev/disk3: Input/output error
0+0 records in
0+0 records out
0 bytes transferred in 0.151342 secs (0 bytes/sec)

我不敢使用 gdisk r 选项。有人能建议我如何恢复我的分区吗?

答案1

简单来说,驱动器听起来像是坏了。输入/输出错误意味着驱动器中的数据没有意义,或者根本没有任何数据返回。

您可以尝试列出的各种“修复方法”这里然而,这些都是为了恢复所有数据,而不是“修复”驱动器 - 我非常怀疑你是否能够修复驱动器。

相关内容