I can't open other partition in my PC [duplicate]

When I try to open another partition in my PC, it shows this error message:

error message

How can I fix this error??

(Ubuntu 16.04)


Windows saves hibernation data in any NTFS drives you mount, even if you haven't hibernated Windows. The recommendation to fix the issue is to make sure you fully shut down your computer after using Windows, but that doesn't generally work.

Instead, use ntfsfix.

In case it isn't installed:

sudo apt-get install ntfs-3g

Then:

sudo ntfsfix /dev/sda3

That should let you mount it.