无法挂载NTFS分区(无hibernate)

我在SSD上安装了Windows和Linux,然后,我有第二个带数据的硬盘。 没有Windows安装,只有NTFS分区与数据(和第二个分区联想恢复,但这是所有,我不需要它)。 当我尝试在Linux中打开它时,我得到以下错误:

Error mounting /dev/sda2 at /media/adam/Data: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/adam/Data"' 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/sda2': 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. 

但是没有任何hiber文件,因为此驱动器上没有安装Windows。 我需要阅读并写入此驱动器的权限。 我怎么能这样做? 我注意到的另一件事是分区有msftdata标志,但当我打开gparted并选择“管理标志”并删除它时,它不会删除。 如何在写入模式下挂载分区? 谢谢。

编辑: 由于没有Windows或hiberfile,这不是由于hibernate而无法挂载Windows(NTFS)文件系统的重复。

运行sudo ntfsfix /dev/sda2 ,您就可以挂载分区了。