无法在 Ubuntu 14.04 中访问 Windows 驱动器

nis*_*arg 6 dual-boot mount

我正在尝试在 Ubuntu 14.04 中打开 Windows 的 E(称为新卷)驱动器,它给了我这个错误消息

Error mounting /dev/sda5 at /media/nisarg/New Volume: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/nisarg/New Volume"' 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)

它曾经是完全可以访问的,只是现在不能了。怎么了?我登录到 Windows 并关闭了,但出现了相同的消息。帮助 。

小智 8

如果您使用的是 Windows 8,则必须关闭快速启动(又名快速启动和快速启动)。当您在启用快速启动的情况下单击“关机”或“重新启动”时,计算机实际上并没有关机,它只是进入一个最小的深度休眠状态,使其看起来像 Windows 快速启动。这意味着即使您启动到另一个操作系统后,Windows 内核仍然部分控制硬件。在某些情况下,这会导致安装问题等问题。

脚步:

  1. 在 Windows 8 中,转到“开始”屏幕。[您可以通过单击屏幕左下角来执行此操作。]
  2. 右键单击一些空白区域,然后单击“所有应用程序”。
  3. 单击“控制面板”。[你可能需要四处寻找它。]
  4. 在控制面板中选择“系统和安全”。
  5. 单击“更改电源按钮的功能”。[这是一个子菜单。]
  6. 取消选中“快速启动”复选框,然后单击“保存更改”。
  7. 关闭计算机。[使用“关机”而不是“重新启动”一次。]

笔记:

  • 显然禁用快速启动意味着 Windows 8 现在看起来启动速度会慢一些。