0

Currently, when I restart from Windows to Ubuntu, or if I hibernate Windows and boot Ubuntu, I can't access my Windows partition.

I have to restart from Ubuntu to Windows, then shut down Windows, then boot Ubuntu again.

Is there another way around this?

Error mounting /dev/sda5 at /media/user/Windows8_OS: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/user/Windows8_OS"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda5': 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.
g_p
  • 19,034
  • 6
  • 59
  • 69
sublimelaconic
  • 159
  • 1
  • 1
  • 6

1 Answers1

1

This is because Windows (since version 7 or 8?) uses FastBoot to speed up its boot process. Therefore it uses kind of hibernation, which keeps the partition in an "in use"-state somehow and prevents Ubuntu having full access on it.

Solution: Just disable the FastBoot option in Windows!

Byte Commander
  • 110,243