My computer is an Ubuntu 14.04 dual system installed under Windows 10 and today enters the Ubuntu system to access the Windows 10 disk, which appears as follows error:
Error mounting/dev/sda1 at/media/linuxidc/win7:command-line ' mount-t "NTFS"-O "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda1" "/media/linuxidc/win7" ' 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/sda1 ': Operations not allowed
The NTFS partition is 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.
Possible causes: The last time you used Windows 10 to sleep the computer, not completely shut down, this boot directly into the Ubuntu system, access to Windows 10 disk error. In fact, the shutdown restart can be, but sometimes not,
Workaround:
1. In the terminal, enter the following command to view the partition mount status
sudo fdisk-l
2. Fix the corresponding partition of Mount error, such as/dev/sda5 in prompt, enter:
sudo ntfsfix/dev/sda5
You can read and write hard drives right now.
Ubuntu Dual System Unable to mount WINDOWS10 hard drive solution