首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

ubuntu 运用 移动硬盘 出现 Unable mount to <disk name>

2012-08-02 
ubuntu 使用 移动硬盘 出现 Unable mount to disk name使用ubuntu10.04 再移动硬盘copy过程中出现非正常

ubuntu 使用 移动硬盘 出现 Unable mount to <disk name>
使用ubuntu10.04 再移动硬盘copy过程中出现非正常关机,重启后无法mount硬盘,出现以下错误:
引用Error mounting: mount exited with exit code 13: $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)按照上面建议的方法,进入windows下 win+R(或者直接找到‘运行’) -> cmd -> DOS命令行窗口
(2)查找移动硬盘在你windows下的卷名,我的是F:盘
(3)在DOS中键入, chkdsk F: /f
(4)安全卸载硬盘
(5)重新插入硬盘,测试能否成功传输文件
(6)在ubuntu上插入硬盘测试。

okay,问题解决!

热点排行