使用命令 ntfsfix /dev/sdb1 进行修复。
1.如果未安装ntfsfix,则需要
#apt-get install ntfsprogs
2.然后卸载移动硬盘
#umount /dev/sdb1
3.此时执行修复命令:
#ntfsfix /dev/sdb1
Mounting volume... Error: Volume name could not be converted to current locale: Invalid or incomplete multibyte or wide character.
OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sdb1 was processed successfully.
修复完成。
参考:
http://blog.lyhdev.com/2008/10/ntfsfix-windows.html
http://q.sohu.com/forum/5/topic/1103828
本文提供了一种使用ntfsfix命令来修复无法正常挂载的NTFS分区的方法。首先需要确保已安装ntfsprogs软件包,接着卸载有问题的分区,最后运行ntfsfix命令。文中还给出了具体的命令输出示例。

1555

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



