0

I'am right now on my Ubuntu 14.04. I guess and I have a file on my Windows disks (I have three disks) and when I Click on one of them I have this message

Error mounting /dev/sda2 at /media/ubuntu/5208BE9708BE7995: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/sda2" "/media/ubuntu/5208BE9708BE7995"' 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/sda2': 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.

As I said it's not dual booting with my Windows 10 but it's LiveCD and i am running from my USB

pl_rock
  • 11,715

1 Answers1

0

If you try to read a Windows disk (a partition formatted as NTFS) that is shut down incorrectly or hibernated, this error comes up.

It is displayed when you try to mount the partition in the live operating system because the filesystem NTFS is best altered by the Windows operating system itself. The easiest thing you can do, is reboot in Windows and let windows clean its own file system.

The answer to the following question may explain in a more precise way why the message is displayed: Unable to mount Windows (NTFS) filesystem due to hibernation

sryscad
  • 139
  • 1
  • 9