Windows10和Ubuntu双系统,Ubuntu下不能访问Windows磁盘解决方法
错误提示如下:
Error mounting /dev/sda1 at /media/darren/Windows10: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda1" "/media/darren/Windows10"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda1': 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.

解决方法:
修复挂载错误的相应的分区如提示中的/dev/sda8,执行:sudo ntfsfix /dev/sda6
如果提示命令不存在,可能是没有安装ntfs-3g,安装方法:sudo apt-get install ntfs-3g
浙公网安备 33010602011771号