0

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.

Jacob Vlijm
  • 83,767

1 Answers1

0

According to your error message, I think you didn't shutdown your Windows OS. Since your system is having dual boot OS, you need to shutdown it properly(i.e. neither hibernate nor sleep). Open your Windows OS and shutdown it properly, then again open your Ubuntu, your problem will be solved.!