Error mounting /dev/sda5 at /media/highpana/OS: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda5" "/media/highpana/OS"' 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/sda5': 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.
(udisks-error-quark, 0)
答案1
尝试阅读错误信息,最后一部分说:
请完全恢复并关闭 Windows(不休眠或快速重启),或使用“ro”挂载选项以只读方式挂载卷。
只需选择其中一个选项,您的安装就会成功。
答案2
可能您上次没有关闭 Windows,但您将其休眠了(快速启动选项):只需在 Windows 上重新启动并使用shutdown /s
cmd 将其关闭即可。(要打开 cmd,请在 Windows 图标上单击鼠标右键,然后单击以管理员身份打开提示)