无法安装安装了 Windows 8 的 Windows 驱动器

无法安装安装了 Windows 8 的 Windows 驱动器

我的电脑上安装了 Windows 8。我最近安装了 ubuntu 13.04。我无法访问安装了 Windows 8 的 Windows 8 的 C 盘。我可以正常访问其余驱动器。但每当我尝试在 Ubuntu 中访问 Windows 的 C 盘时,都会出现以下错误。

Error mounting /dev/sda5 at /media/vinay/D4E68006E67FE760: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/vinay/D4E68006E67FE760"' exited with non-zero exit status 14: Windows is hibernated, 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

消息本身就有答案。您使用的 Windows 未正确关闭,并且您将其置于休眠状态,因此当您尝试这样做时,它被拒绝安装。

您要做的就是启动 Windows,然后正确关闭它。然后您就可以毫无问题地挂载 Windows(:C) 分区。

希望这能有所帮助。另一种方法。打开终端并安装 ntfs-config。要安装它,请键入 sudo apt-get install ntfs-config

安装后,您可以在 Unity 菜单中将其关闭。从那里将您的分区挂载为只读。除非您关闭 Windows,否则您无法将您的分区挂载为读写。

相关内容