ubuntu下修复ntfs移动硬盘

使用命令 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

你可能感兴趣的:(ubuntu下修复ntfs移动硬盘)