Ubuntu16.04掛載windows的NTFS文件系統時錯誤的解決方法

http://www.linuxdiyf.com/linux/25909.html

如下所示,在ubuntu系統中想要訪問 NTFS盤時出現的錯誤提示:
Error mounting /dev/sda7 at /media/bingwu/Funny: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda7" "/media/bingwu/Funny"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
 
1、首先確認是否安裝了"ntfs-3g"
sudo apt-get install ntfs-3g
 
2、在確認是否安裝了"ntfsfix",這是一個NTFS修復工具
sudo apt-get install ntfsfix
 
3、再使用如下命令
sudo ntfsfix /dev/sda7
 
至此,一般可以解決問題了。
 
導致此問題的原因有多種,一般是雙系統時會出現,windows8以上的系統有一個快速啓動功能,只要把快速啓動去掉就可以了。還有另外一種情況,就是系統突然斷電關機或者是移動硬盤在複製文件過程中被拔掉了。


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章