I recently got a new 3TB hard drive which I plan on loading up with video files on my Window PC and then transfering the hard drive to my Linux PC/server.
I formatted the drive as NTFS (since I was told that NTFS is compatible in both environments) and partitioned the drive as GPT (since I read this was also compatible in both environments), but, even though it detects the drive on my Linux PC, I'm getting an error when trying to access it which reads:
Error mounting /dev/sdb2 at media/me/LONGSTRINGOFNUMBERSANDCHARACTERSTHATIBELIEVEISHEXIDECIMALCODE:
Command-line 'mount-t "ntfs" -o "unhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb2" "media/me/SAMELONGSTRINGASABOVE"' 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/sdb2': 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.
Anybody have any idea what this means? What I have to do to fix this??
ntfsfix
might be enough. – muru Sep 20 '17 at 04:17