在遭受轻微跌倒后(我猜跌倒程度比看上去的要大),我正尝试修复使用 BitLocker 加密的磁盘。
我在 Windows 10 上使用 bde-repair。我收到很多以下类型的消息:
LOG ERROR: 0xc0000037
Failed to read sector at offset 1054367232. (0x00000017)
有趣的是,坏扇区之间的偏移量正好是 512。
----Long sections where the sector is placed at an offset exactly 512 apart----
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053051904. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053052416. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053052928. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053053440. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053053952. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053054464. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053054976. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053055488. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053056000. (0x00000017)
LOG ERROR: 0xc0000037
Failed to read sector at offset 1053056512. (0x00000017)
LOG ERROR: 0xc0000037
----Then it skips more than 512----
Failed to read sector at offset 1054359552. (0x00000017)
LOG ERROR: 0xc0000037
请注意,上面粘贴的输出只是一个示例。实际上,我有数百个这样的坏扇区条目。
一致偏移的含义是什么?