解決Ubuntu不能掛載ntfs格式硬盤


以前都是自動可以掛在NTFS硬盤的,可是現在不能掛載了。搜了一下 這里有辦法 http://forum.ubuntu.org.cn/viewtopic.php?t=313930

 

例如你是

Error mounting /dev/sdc10 at /media/rudy/info: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdc10" "/media/rudy/info"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdc10': 不允許的操作
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.

 

這個 /dev/sdc10不能掛在

那么在終端下執行

sudo ntfsfix /dev/sdc10 

 結果出現 以下表示成功

NTFS partition /dev/sdc10 was processed successfully.

如果沒有ntfsfix,可以先安裝一下,默認15.10自帶這個工具 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM