I'm having a strange issue with a duel boot I set up on my laptop. I have one hard drive (a rather small 120gb ssd) split into thirds. on the first third I have windows 10 installed. On the second I have Ubuntu 15.04. And the third is my storage partition. The problem here is after a few days I an unable to mount the storage partition in Ubuntu (still able to mount on win 10 just fine) and it throws the following error:
error mounting /dev/sda4 at /media/joe/B628F68528F64441: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda4" "/media/joe/B628F68528F64441"' 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 have tried unmounting the partition on windows, no dice. I have tried formatting the partition on windows, no dice. I have tried formatting the partition on ubuntu, dice. However after a few days the drive again is inaccessible.
Any ideas what is causing this?
Thanks in advance,
Joe