Ubuntu 13.04 - dual boot problem - unable to mount windows 8 partition

19,968

Your windows partition is hibernated. If you have fastboot enabled disable it as it hibernates every time you shut down. In my opinion it is better to disable hibernation completely so that you never encounter this issue.

Forewarning: Disabling fastboot will cause your windows to boot significantly slower. Disabling Hibernation will cause it to boot a little bit slower than disabling fastboot. Your boot time will change from ~3-10 sec to ~10-60 sec.

To check this boot windows and choose "Restart" instead of shutdown -> load ubuntu -> then try to access the partition.

Disabling Hibernate Completely

Disabling Fastboot Only

Share:
19,968

Related videos on Youtube

danfromisrael
Author by

danfromisrael

I'm a backend software engineer, fascinated by software architecture, design patterns, microservices and software craftsmanship in general. I Currently develop in Clojure & Golang in a Linux environment and excited about functional programming paradigms. In my spare time, I produce the “Unite in Babylon” international project and seek for adventures by traveling, burning man, playing music and skydiving.

Updated on September 18, 2022

Comments

  • danfromisrael
    danfromisrael over 1 year

    i installed ubuntu 13.04 alongside windows 8 and almost everything works fine (dual boot for both windows 8 & ubuntu 13.04 is working great). but when i try to access my windows 8 partition via ubuntu i get the following error:

    Unable to access “371 GB Volume”
    
    Error mounting /dev/sda2 at /media/dan/544A4C7E4A4C5F3C: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/dan/544A4C7E4A4C5F3C"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
    Failed to mount '/dev/sda2': 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.
    

    ideas anyone?

    • please note that i'm a linux newbie and ubuntu is the first non windows OS i've ever tried. thank you
    • Ads20000
      Ads20000 about 11 years
      askubuntu.com/questions/145902/… Windows 8 seems to hibernate instead of shutting down traditionally by default (because it is faster). You need to go to the link above and follow on of the three solutions to mount the Windows drive.