之前都是自動能夠掛在NTFS硬盤的,但是如今不能掛載了。搜了一下 這裏有辦法 http://forum.ubuntu.org.cn/viewtopic.php?t=313930php
例如你是node
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.ubuntu
這個 /dev/sdc10不能掛在工具
那麼在終端下執行ui
sudo ntfsfix /dev/sdc10 rest
結果出現 如下表示成功it
NTFS partition /dev/sdc10 was processed successfully.io
若是沒有ntfsfix,能夠先安裝一下,默認15.10自帶這個工具 ast