Ubuntu 16.04 mount error

The message reads as : Error mounting/dev/sda5 at/media/user1/ New Volume : Command-line ‘mount -t”ntfs”-0 “uhelper = udisk2,nodev,nosuid,uid=1000,god=1000,dmask=0077,fmask=0177” “/dev/sda5” “/media/user1/New Volume” exited with non-zero exit status 14: The disk contains an unclean file system (0,0). Metadata kept in Windows cache, refuse to mount. Failed to mount ‘/dev/sda5’: Operation not permitted 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.

sudo mkdir /media/*your path_name*/

sudo mount -t "ntfs" -ro "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdd2" "/media/*your path_name*/"

你可能感兴趣的:(tensorflow,学习之旅,ubuntu-配置)