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

Sal*_*and 13 partitioning mount unmount windows-10 16.04

我安装了 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
Run Code Online (Sandbox Code Playgroud)

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

You*_*Git 23

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

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

在此处输入图片说明

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

在此处输入图片说明

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

在此处输入图片说明

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

然后,关闭 Windows 10,您应该可以从 Ubuntu 挂载 NTFS 分区就好了。


How-To-Geek 引文取自这里