15
8
It seems that "Shut down" in Windows 10 actually means "Shut down and hibernate". This has caused my NTFS partitions cannot be automatically loaded on Linux (Ubuntu 16.04) on my dual-booting laptop. There will be an error message basically saying
Unable to access “My Drive”
Error mounting /dev/sdb4 at /media/D Center: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sdb4" "/media/D Center"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb4': Operation not permitted
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
After a "hard" shutdown by pressing Shift while clicking on "Shut down", Windows actually shuts down, and the NTFS partitions can then be automatically mounted by Linux in another bootup. This issue only occurs recently after my upgrade of the Windows OS and BIOS.
My question is the following: is there any way to make the "Shut down" on the menu as the truly/hard shutdown by default? Thanks!
1Just use
Shutdown.exe -s -t 00
to shutdown your computer. The current answer and only to this question, keep hibernated shutdown enabled, so I wouldn't recomend it. I will find the duplicate to this question after I have a better internet connection – Ramhound – 2016-12-01T23:08:01.530Just use
Shutdown.exe -s -t 00
to shutdown your computer. The current answer and only to this question, keep hibernated shutdown enabled, so I wouldn't recomend it. I will find the duplicate to this question after I have a better internet connection – Ramhound – 2016-12-01T23:08:07.957You edited your question to emphasize that "This issue only occurs recently after my upgrade of the Windows OS," which makes sense. But did you try our suggestions to alleviate the problem? – Run5k – 2016-12-03T05:14:25.500
@Run5k, I have read your solution, but I haven't got a chance to restart my computer yet. I will definitely try in my next restart once my work is done. Thanks! – Xiaodong Qi – 2016-12-03T08:08:08.370