Error mounting /dev/sdb1 at /media/xxx/6C0AAD330AACFAEA: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb1" "/media/xxx/6C0AAD330AACFAEA"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. Failed to mount '/dev/sdb1': 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 know this is same question as in Unable to mount Windows 10 partition; it "is in an unsafe state" How can I access windows 10 partition in ubuntu when i cant get it to shut down in a "safe state"?
But I don't want to disable fast startup in windows. How can I solve the issue?
This solution suggested doesn't work. "
- Boot to Windows
- Restart
- Boot to Ubuntu
"
I don't know what "sudo ntfsfix /dev/sdXY" does, and I want to try mount it readonly (I actually only want to mount it readonly). But I can't get it working: $ sudo mount -t "ntfs" -o uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,ro /dev/sdb1 /media/xxx/6C0AAD330AACFAEA ntfs-3g-mount: failed to access mountpoint /media/xxx/6C0AAD330AACFAEA: No such file or directory
In the GUI, it doesn't complain about the mount point, when I run it in the cmd line, it complained about non exist mount point. How to solve this particular issue?
I should have something under /media/xxx, but I don't see anything there. What's wrong?
FYI, I am mounting the 2nd hard drive which is not used as windows boot partition and has no windows \user \windows stuffs.
Thanks.
/media/xxx
directory to be able to mount there. – Pilot6 Dec 25 '19 at 17:15