Problem Description
Installed Windows 8.1 and Ubuntu dual system, in the Ubuntu system to enter the windows of an NTFS partition, click on the following error occurred:
Error mounting/dev/sda2 at/media/love/mis archiivos: Command-Line ' mount-t "NTFS"-O "uhelper=udisks2,nodev,n osuid,uid=1000,gid=1000,dmask=0077,fmask=0177 ""/dev/sda2 ""/media/love/mis Archiivos "' 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 was in a unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or mount the volume read-only with the ' ro ' Mount option.
Solution Solutions
Use Ntfsfix This command to resolve, in the package ntfs-3g, so you need to install this package first:
sudo apt-get install ntfs-3g
after the installation succeeds, fix the corresponding NTFS partition (that is, the name of the partition that is reported in the error):
/dev/sda2
References
problem to enter in NTFS partition