Ubuntu dual-system does not support mounting windows 10 hard drives. Ubuntu windows 10
My computer is a Ubuntu 14.04 dual-system installed in Windows 10. Today, I access the Windows 10 disk in Ubuntu, and the following error occurs:
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': operation not allowed
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.
Possible cause: the last time Windows 10 was used, the computer went to sleep and the computer was not completely shut down. This time, the computer went directly to the Ubuntu system and encountered an error when accessing the Windows 10 disk. In fact, it is okay to shut down and restart, but sometimes it cannot,
Solution:
1. Enter the following command on the terminal to view partition mounting information:
Sudo fdisk-l
2. Fix the corresponding partition of the Mount error, such as/dev/sda5 in the prompt. Enter:
Sudo ntfsfix/dev/sda5
Now you can read and write the hard disk.