I'm trying to mount a Windows 10 partition on Fedora 23, with read-write permitions (but the same problem occurs on Linux Mint 17.3 and Ubuntu 15.10), but everytime I get this message:
$ sudo mount /media/windows
Windows is hibernated, refused to mount.
Failed to mount '/dev/sda2': Operação não permitida
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.
This is how my /etc/fstab file looks like:
#
# /etc/fstab
# Created by anaconda on Fri Dec 4 18:50:21 2015
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=b9fe99a1-3a93-4cca-8fa1-0ab62fb8d134 / ext4 defaults 1 1
UUID=6E0C67260C66E913 /media/windows ntfs default,rwx 0 0
UUID=2E0A29CB533416A0 /media/finger ntfs default,rwx 0 0
Now, I know there are a lot of questions around Superuser, Ask Ubuntu and other SE variants about the same subject, but there's a difference here:
I have already disabled the fast startup "feature" from Windows 10, avoiding the partial hibernation, have properly shut it down and restarted, but the partition is still locked in hibernation. This problem persists through every Linux distribution, they can't mount the Windows partition.
What should I do to fix this problem?
EDIT:
I want to be able to put Windows 10 in hibernation mode when I want to. I don't want to completely disable hibernation. I was always able to do so on Windows 7, so what changed on Windows 10 that the partition is always in hibernation lock after a full shutdown without fast startup?