I am a new user to Ubuntu Linux. My data which I saved using Windows in a separate data partition which is in the NTFS file system, is not mounting properly in Ubuntu 14.04 Trusty. The error message which I'm receiving upon accessing my partition is:
Error mounting /dev/sda1 at /media/abdul/MYDATA: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda1" "/media/abdul/MYDATA"' 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/sda1': 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.
I do not understand this error message, so, please anyone guide me on this issue to mount my data partition successfully, and also give a permanent solution to this problem. Thanks.
sudo ntfsfix /dev/sda1
in terminal(Ctrl+Alt+T) – αғsнιη Sep 27 '14 at 06:05sudo ntfsfix /dev/sda1
in terminal(Ctrl+Alt+T) – αғsнιη Sep 27 '14 at 06:24powercfg -h off
in cmd(run as admin) to turn off hibernation feature and it will fix for next time in Ubuntu :) – αғsнιη Sep 27 '14 at 06:55