无法挂载 Windows 10 分区;它“处于不安全状态”

无法挂载 Windows 10 分区;它“处于不安全状态”

我安装了 Ubuntu 16.04 LTS 和 Windows 10 Pro,并且经常使用它们。有时,使用 Ubuntu 时,我也可以看到和使用 Windows 分区。但有时,我不能。我不知道为什么?

Ubuntu 给出错误:

Error mounting /dev/sda5 at /media/mani/0AC217250AC21725:  
Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda5" "/media/mani/0AC217250AC21725"' 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

虽然我已经关闭了很多次,但仍然出现此错误。请帮忙,以便我可以轻松使用这两个操作系统。

答案1

您需要禁用“快速启动”功能。引用 How-To-Geek 的话:

通过按 Windows+X 或右键单击“开始”菜单并选择“电源选项”来打开电源选项。在“电源选项”窗口中,单击“选择电源按钮的功能”。

在此处输入图片描述

如果这是您第一次弄乱这些设置,您需要单击“更改当前不可用的设置”以使快速启动选项可用于配置。

在此处输入图片描述

滚动到窗口底部,你应该看到“打开快速启动(推荐)”

在此处输入图片描述

取消选中“快速启动”框。

然后,关闭 Windows 10,您应该能够从 Ubuntu 正常挂载 NTFS 分区。


How-To-Geek 引文摘自这里

答案2

此外,禁用快速启动时,您还需要禁用休眠模式。

在提升的命令提示符窗口中,键入powercfg /h off

答案3

如果您使用 Windows 的频率比使用 Ubuntu 的频率高很多,那么禁用快速启动可能不值得。顾名思义,如果您禁用它,Windows 启动会更慢。

在这种情况下,当您想要启动 Ubuntu 时,您可以执行以下操作:

  1. 启动到 Windows
  2. 重新开始
  3. 启动到 Ubuntu

这是因为快速启动仅适用于关机情况,而不适用于重新启动情况。

答案4

您必须在 Windows 10 Pro 中禁用“快速启动”才能解决此问题!

您可以通过以下方式执行此操作:“控制面板 -> 硬件和声音 -> 电源选项 -> 选择电源按钮的功能 -> 更改当前不可用的设置”

然后滚动到窗口底部并取消选中“打开快速启动(推荐)”框。之后关闭 Windows 10 Pro。然后启动 Ubuntu。您会发现 Windows 分区(NTFS 类型)很容易安装!

相关内容