1

Error mounting /dev/sda6 at /media/ravi/New Volume:

mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda6" "/media/ravi/New Volume"

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/sda6': 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.
guntbert
  • 13,134

1 Answers1

0

The problem comes from the Windows hibernation function. You should see the question Unable to mount Windows (NTFS) filesystem due to hibernation.

And to turn the hibernation function off, the video Turning hibernation off in windows 8 can help you.

Melebius
  • 11,431
  • 9
  • 52
  • 78
ubuntu_tr
  • 665