我的硬盘是被格式化成NTFS格式了,借给同事一顿操作之后,插我电脑上就突然无法访问了,只能看到ubuntu识别到了设备/dev/sda1
使用root权限也无法挂载,报错如下:
sudo mount /dev/sda1 /media/xxx/External
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sda1': 输入/输出错误
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/map

文章讲述了作者的NTFS格式硬盘在同事操作后无法访问,发现是MFT文件出问题。给出了解决方案,包括在Windows下使用chkdsk,在Ubuntu下使用ntfsfix进行修复。最终成功修复并能正常打开硬盘。
最低0.47元/天 解锁文章
9万+

被折叠的 条评论
为什么被折叠?



