ntfsclone 报告“无法读取 470585344 处的扇区,数据丢失”。我如何确定那是什么文件?

ntfsclone 报告“无法读取 470585344 处的扇区,数据丢失”。我如何确定那是什么文件?

我使用 ubuntu 中的 ntfsclone 将损坏的 Windows 硬盘复制到新硬盘上:

sudo ntfsclone --rescue -f --overwrite /dev/sda1 /dev/sdb1

其结果如下:

WARNING: Can't read sector at 470585344, lost data.

此类警告只有大约 70 条。我如何根据这些数字确定哪些实际文件受到了影响?

答案1

在寻找相反的、文件到扇区地址解析的过程中,我遇到了你的问题。在 Windows 机器上,使用 Windows 2000 OEM 工具包中的 nfi.exe:参见http://forums.seagate.com/t5/Barracuda-XT-Barracuda-Barracuda/Tip-How-to-determine-which-file-occupies-a-particular-sector/td-p/35567

相关内容