linux移动硬盘挂载错误,移动硬盘在windows上使用后,ubuntu上无法正常挂载,已解决

ubuntu命令行挂载报错
Error mounting: mount exited with exit code 13: $MFTMirr does not match $MFT (record 0).

Failed to mount ‘/dev/sdb2’: Input/output error

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/mapper/ directory, (e.g.

/dev/mapper/nvidia_eahaabcc1). Please see the ‘dmraid’ documentation

for more details.

搜到的解决方法测试有效

重新把移动硬盘插入Windows中

1进入windows下 win+R(或者直接找到‘运行’) -> cmd -> DOS命令行窗口

2查找移动硬盘在你windows下的卷名,我的是I:盘

3在DOS中键入, chkdsk I: /f

4安全卸载硬盘

5在ubuntu上插入硬盘测试。

原因可能是因为你上次没有正常卸载硬盘导致的

cmd-chkdsk/f 这条指令的作用是什么?

硬盘扫描,用于检查硬盘错误。

后面加 /f 或 -f 表示检查时自动修复错误

/x 表式强行检查,如果硬盘在用则先卸下硬盘,在进行扫描。

/V 表示在fat/fat32 的文件格式上显示完整的文件夹路径和名称。

/I 用与NTFs索引项进行最小强度检查

/C 用于跳过文件夹结构循环检查

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐