0

I recently installed Ubuntu 13.10 alongside Win8. The different Win8 partitions (the main partition, recovery partition and a couple of others) are showing up in Ubuntu. Now I'm wondering if they're supposed to be showing up in Ubuntu in the first place? If I try to enter (mount?) either of these partitions the following, or similar, message applies:

Error mounting /dev/sda4 at /media/jonas/Acer: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda4" "/media/jonas/Acer"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda4': 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.

Anything I should worry about?

Mitch
  • 109,787

2 Answers2

0
  • Bootup into windows OS and restart your pc not shutdown.

  • Then bootup into ubuntu os now click on that ntfs partition.The ntfs partition will be mounted and you can able to see all the files in that partition.

Avinash Raj
  • 80,446
0

You need to disable the "Fast Startup" feature in Windows:

http://www.eightforums.com/tutorials/6320-fast-startup-turn-off-windows-8-a.html

This feature is enabled by default, and it turns shutdown operations into suspend-to-disk operations. The result is an inability to mount shared partitions (if you're lucky) or filesystem corruption (if you're unlucky).

Rod Smith
  • 45,120
  • 7
  • 66
  • 108