在双引导系统上升级到 Windows 10 后无法挂载 ntfs 文件系统

0 mount ntfs

我有一个双引导系统 - Ubuntu 14.04 和最近升级的 Windows 10 - 在戴尔 Inspiron N5030 笔记本电脑上运行。

升级后一切正常,但几天后我在尝试访问系统上的 NTFS 分区时开始收到以下错误:

**Unable to mount 87 GB Volume**
**Error mounting /dev/sda9 at /media/shashi/2CB26F41501D3DCC: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda9" "/media/shashi/2CB26F41501D3DCC"' 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/sda9': 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)

我不是一个非常有经验的 Ubuntu 用户,所以无法弄清楚这意味着什么。有人可以告诉我如何解决这个问题吗?谢谢。

Dan*_*iel 5

您的问题是您的 Windows 10 处于“快速启动”或“快速启动”模式。基本上,Windows 10 正在休眠而不是完全关闭。

您需要禁用“快速启动”或“快速启动”才能完全安装该分区。有一种解决方法可以将其安装为只读,但这会变得复杂。
有关说明,请参阅http://www.tenforums.com/tutorials/4189-fast-startup-turn-off-windows-10-a.html