我无法访问除根分区之外的内置硬盘。当我打开硬盘时,出现以下错误消息:
Error mounting /dev/sda5 at /media/sam/i Stuffs:
Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/sam/i Stuffs"' 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
- 启动 Windows 然后重新启动(不要关机)
- 在 GRUB 菜单中,选择 Ubuntu 并启动它。Ubuntu 启动后,打开硬盘 - 它会打开。
答案2
我假设您在该分区中安装了 Windows。如果是这样,问题在于 Windows 正在休眠。为了能够访问该分区,您需要执行系统的正常关闭。
Windows 7 及更早版本:
- 关闭
Windows 8:
- 该系统采用混合关机方法,与休眠模式非常相似。请按照以下链接中的说明进行操作:
永久修复:http://www.maketecheasier.com/disable-hybrid-boot-and-shutdown-in-windows-8/
- 这将使 Windows8 每次都正常关机。Windows 启动时间可能会增加。
- 创建一个快捷方式,当您想要从 Ubuntu 访问分区时,它将允许您正常关机。仅影响 Windows 8 启动时间一次。
重启方法:
- 当您请求重新启动计算机时,Windows 8 会执行正常关机。因此,如果您重新启动,并且通过在 grub 菜单中选择 Ubuntu 启动 Ubuntu,您也将能够访问该分区。注意:如果此方法不起作用,请告诉我。