Linux,Mount:Failed to mount ‘xxx’: Input/output error
在挂载外接磁盘的时候,你可能遇到如题所示的错误,具体是这样的:
错误:
Failed to mount ‘xxx’: Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it’s a softRAID/FakeRAID hardware.
造成该问题的原因是:磁盘硬件的坏道或其他的故障。
解决方法是:
将移动硬盘挂载到MS Windows的系统下。
打开“Cmd”工具。
假如你的移动硬盘的盘符为:H
那么执行:
chkdsk H: /f
————————————
Done。