问题现象:
桌面版本插入移动硬盘,并挂载磁盘后不成功,日志里提示的问题log如下:
$MFTMirr does not match $MFT (record 0).
Failed to mount ‘/dev/sdb1’: 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.
解决方案:
1、安装ntfs-3g指令,桌面系统默认都自带
sudo apt-get update
sudo apt-get install ntfs-3g
2、修复磁盘
/home