hello guys I am facing a problem that my Windows partition is not mounting in Ubuntu I kind of get the error that Windows maybe hibernated or has not been properly shutdown. But the thing is I have completely shutdown Windows but I'm still facing this error. Can somebody tell me why am I facing this error. I am using Windows 10
3 Answers
As far as I know Windows 8 does not really shutdown, but uses some kind of hibernation (fastboot) by default (even if you think you have shut down windows properly).
Ubuntu is detecting this hibernation file created by fastboot and therefore refuses to mount the windows partition writeable - with good reason. Otherwise you could do changes on this partition which Windows would not detect.
From my point of view there are two solutions:
- Disable fastboot in windows: How to enable / disable fast startup in Windows 10? or How to disable or enable Fast Startup in Windows 10
- use the windows partition readonly (that is not writable) in Ubuntu: there you need to adjust the config file
/etc/fstaband add the parameterrofor this partition. Further reading: How do I correctly mount a NTFS partition in /etc/fstab?
I clearly recommend to disable fastboot, especially if you have not modified /etc/fstab before.
- 36
Well I don't know why I was facing this error but I turned off the hibernation mode and the windows partition is now mounting
- 101
This problem has 3 Solution:
1.Login to your Windows 10 and Restart it (Don't Shutdown).Now, login to Ubuntu.Your partition will be mounted
2.Disable Fastboot form Windows 10
3.Remove Windows and use Ubuntu as a single operating system