<SOLVED> Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
erw1
Level 3
Level 3
Posts: 145
Joined: Sun Apr 08, 2018 12:58 am

<SOLVED> Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by erw1 »

I recently installed a dual boot and remember being able to access Window's drive somewhere in (/run/media/). Not anymore. It should mount automatically, it doesn't. Mounting it manually also fails, for the reason stated in the title, which conflicts with actual events, that is, I shut down, not hibernated, Windows, before loading Linux. I repeated the experiment twice, to be sure.
Screenshot from 2018-04-10 19-04-30.png
Screenshot from 2018-04-10 19-09-49.png
Screenshot from 2018-04-10 19-10-56.png
Please help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
x64/LM 23+Xfce
erw1
Level 3
Level 3
Posts: 145
Joined: Sun Apr 08, 2018 12:58 am

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by erw1 »

PS:
Screenshot from 2018-04-10 19-41-55.png
x64/LM 23+Xfce
User avatar
MrEen
Level 23
Level 23
Posts: 18343
Joined: Mon Jun 12, 2017 8:39 pm

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by MrEen »

This should fix it:
austin.texas wrote: Wed Jan 11, 2017 7:59 am Boot up Windows and enter Windows Disk Management.
Open Power Options and select "Choose what the power button does".
On the next screen, find "Change settings that are currently unavailable"(in blue). Click it, and under "Shutdown Settings", uncheck the box for "Turn on Fast Startup".
If you find the setting "Hibernate" is checked, uncheck it also.
Then click "Apply".
After those are disabled, be sure to use Shut Down to exit Windows. If you use Restart instead, it will STILL enable hibernation.

Turn "Fast Startup" Off in Windows 10 - http://www.tenforums.com/tutorials/4189 ... -10-a.html
User avatar
Pierre
Level 21
Level 21
Posts: 13227
Joined: Fri Sep 05, 2008 5:33 am
Location: Perth, AU.

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by Pierre »

there is also a reasonable probability that every time windows is updated,
- that it's settings will again be reset, to default values.
this often affects the web browser settings too, as well as your privacy settings.
:(
Image
Please edit your original post title to include [SOLVED] - when your problem is solved!
and DO LOOK at those Unanswered Topics - - you may be able to answer some!.
erw1
Level 3
Level 3
Posts: 145
Joined: Sun Apr 08, 2018 12:58 am

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by erw1 »

Thanks, will try that out and give feedback.
x64/LM 23+Xfce
Mattyboy

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by Mattyboy »

In Windows.

Type msconfig in the search box, go to the boot tab and turn off all the fast/secure boot settings.

Open command prompt CMD and run

Code: Select all

shutdown /s /f /t 0
Hibernate etc should now be off, as explained Windows is a PAIN for reverting settings... I always shut it down now on a dual boot system with that command.

Oh and don't create a fstab edit to mount a windows drive or your Linux system may not boot at all.
Mute Ant

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by Mute Ant »

It would help if you got the mount command right. You can have...
mount -r /dev/sda2 ntfs ### Mount the file system in /dev/sda2 read-only on folder ntfs
mount -o ro /dev/sda2 ntfs ### Mount the file system in /dev/sda2 read-only on folder ntfs
...but certainly not...
"mount -ro /dev/sda2 ntfs"
erw1
Level 3
Level 3
Posts: 145
Joined: Sun Apr 08, 2018 12:58 am

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by erw1 »

MrEen wrote: Tue Apr 10, 2018 8:54 pm This should fix it:
austin.texas wrote: Wed Jan 11, 2017 7:59 am Boot up Windows and enter Windows Disk Management.
Open Power Options and select "Choose what the power button does".
On the next screen, find "Change settings that are currently unavailable"(in blue). Click it, and under "Shutdown Settings", uncheck the box for "Turn on Fast Startup".
If you find the setting "Hibernate" is checked, uncheck it also.
Then click "Apply".
After those are disabled, be sure to use Shut Down to exit Windows. If you use Restart instead, it will STILL enable hibernation.

Turn "Fast Startup" Off in Windows 10 - http://www.tenforums.com/tutorials/4189 ... -10-a.html
Yes, this fix worked, thanks.
x64/LM 23+Xfce
erw1
Level 3
Level 3
Posts: 145
Joined: Sun Apr 08, 2018 12:58 am

Re: Refuses to mnt ntfs because Windows hibernating (it shouldn't)

Post by erw1 »

Mute Ant wrote: Wed Apr 11, 2018 4:16 pm It would help if you got the mount command right. You can have...
mount -r /dev/sda2 ntfs ### Mount the file system in /dev/sda2 read-only on folder ntfs
mount -o ro /dev/sda2 ntfs ### Mount the file system in /dev/sda2 read-only on folder ntfs
...but certainly not...
"mount -ro /dev/sda2 ntfs"
Thanks for clarifying.
x64/LM 23+Xfce
Locked

Return to “Hardware Support”