Upon clicking the windows partition in nautilus, i get this error thrown at me.
Error mounting /dev/sda4 at /media/zalgo/D8649C54649C36EA: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda4" "/media/zalgo/D8649C54649C36EA"' 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/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.
I do not have fast boot or hibernation enabled on windows, if there are any commands that i should post the output of to help, please comment that.
This is not a duplicate of How can I access windows 10 partition in ubuntu when i cant get it to shut down in a "safe state"?, as the solution used there does not work here.
The solution I found that worked was a program called ntfsfix
.
Install ntfs-3g
with:
sudo apt-get install ntfs-3g
Then run the ntfsfix
command on your NTFS partition.
For example:
ntfsfix /dev/sda4
No comments:
Post a Comment