i installed windows 8 64 bit AND ubuntu 13.04 64 bit. in my laptop. my problem is when i login in ubuntu i can't see other windows partition unless ubuntu partition or fail to mount windows partition(NTFS). when i click on the any partition unless ubuntu partition i got error message.
The error message would be......Unable to access “New Volume”
Error mounting /dev/sda7 at /media/nishanth/New Volume: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda7" "/media/nishanth/New Volume"' 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/sda7': 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.
i found the simple solution to solve the problem...
method-1
Windows 8 uses hybrid shutdown by default . It means that it will
just close most applications and hibernate to start faster next time.
And hibernated Windows partitions can't be mounted.
so the solution is....(i highlight the solution in the error message)
- shutdown Windows using Command prompt and type this command in command prompt shutdown /s /t 0
- Then reboot to Ubuntu now you can see the windows partition in ubuntu.
Any of you may get this problem try it and solve the problem.
method-2
the problem of method 1 is, each time before you shutdown the
computer(windows 8) you should use this command otherwise you
cant mount the partitions in the ubuntu.
solution is
First you turn off the fast shutdown then you can shutdown
the computer normally without command(shutdown /s /t 0). now
you can mount partitions in ubuntu.
Here I described how to turn off the fast shutdown in windows 8.
first, go to contral panal and select power option then get...
here you select the option in the left-side of the window indicated
by red-line. after click the option get....
here you select the option indicated by red-mark. after you select
this option you get........
In this window,In the shutdown setting you untick the option indicated by red-mark ..... and save the setting.. nw can shutdown the computer without command.....
method-2
the problem of method 1 is, each time before you shutdown the
computer(windows 8) you should use this command otherwise you
cant mount the partitions in the ubuntu.
solution is
First you turn off the fast shutdown then you can shutdown
the computer normally without command(shutdown /s /t 0). now
you can mount partitions in ubuntu.
Here I described how to turn off the fast shutdown in windows 8.
first, go to contral panal and select power option then get...
here you select the option in the left-side of the window indicated
by red-line. after click the option get....
here you select the option indicated by red-mark. after you select
this option you get........
In this window,In the shutdown setting you untick the option indicated by red-mark ..... and save the setting.. nw can shutdown the computer without command.....