"Windows is hibernated, refused to mount" but fast startup is disabled on Windows 10

5

1

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?

Bruno Finger

Posted 2015-12-07T08:47:51.803

Reputation: 272

Possible duplicate of dual boot ubuntu with windows 8

– Ramhound – 2015-12-07T12:29:56.887

1@Ramhound no as I wrote before it was marked: "I have already disabled the fast startup feature from Windows 10". The problem is different. – Bruno Finger – 2015-12-07T13:23:54.433

You are welcome to disagree with my suggestion it is a duplicate, does not mean, it isn't one. Here is another one. here is a specific Windows 10 duplicate. here is another one. Here is an alternative

– Ramhound – 2015-12-07T13:31:15.653

1@Ramhound The question you linked as this being duplicated of if not a duplicate. It is about something else. The other two alternatives are also about something else. The 3rd one is actually helpful. The last one also doesn't answer the question as I know how to disable the fast startup - As I said in the question, it already was disabled. – Bruno Finger – 2015-12-08T11:03:33.483

Hibernation isn't disabled though – Ramhound – 2015-12-08T11:17:58.013

Answers

3

Disable hibernate by powercfg -hibernate off
For details, see http://www.tenforums.com/tutorials/2859-hibernate-enable-disable-windows-10-a.html

Matthew Wai

Posted 2015-12-07T08:47:51.803

Reputation: 481

I didn't want to turn off hibernation mode completely as I find it useful when the computer is running out of battery. This might be the only solution though. – Bruno Finger – 2015-12-07T10:49:45.353

The warning message speaks for it self. "Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the 'ro' mount option.". You need to make sure neither of those conditions are true to avoid this warning message.. The reason the warning is not an "and" statement is because only certain versions of Windows supports "fast restarting" – Ramhound – 2015-12-07T12:27:52.783

1Fast Startup in Windows cannot work without hibernation. – Matthew Wai – 2015-12-07T12:50:06.953

@BrunoFinger just as a temporary test, does disabling hibernation work? Maybe windows 10 is just ultra-stubborn and always "dirties" it's filesystem when hibernation is even enabled, though not used? – Xen2050 – 2015-12-11T10:19:48.490

Disabling hibernation works in my Windows 10. – Matthew Wai – 2015-12-11T14:27:18.010

@Xen2050 I just tried disabling hibernation completely with the command powercfg -hibernate off as Administrator and then restarted the computer. Yes it works. But I would really like to find a way to have hibernation enabled. I am ok with the fact that if Windows 10 is hibernated I won't be able to write to its partition, but while it isn't I should be able to, right? I believe there should be some setting somewhere that will solve this issue... – Bruno Finger – 2015-12-11T22:17:15.817

At least it works with no hibernate, maybe it's a windows 10 builtin "feature" to just "fake hibernate" it's filesystem even when it's not really hibernated. Odd – Xen2050 – 2015-12-11T22:49:23.130