I've always been able to navigate through my Windows drive after booting up in my Linux OS but ever since I got Windows 8 there seems to only my a 50/50 change of a successful mount.
When I type this command
sudo mount -t ntfs -o uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177 /dev/sdd4 /media/garrett/Windows
I get this error
indows is hibernated, refused to mount.
Failed to mount '/dev/sdd4': 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.
mounting with RO, although it works it defeats the purpose of the mount.
I don't get it, Windows has been shutting down just fine.
I've also attached a picture of the error from the Desktop GUI in Linux Mint.