无法安装第二个硬盘

无法安装第二个硬盘

我有一台带有两块硬盘的机器。一块硬盘是双启动的,安装了 Ubuntu 14.04 和 Windows 10。另一块硬盘保留用于存储。直到最近,这块存储硬盘都可以从 Windows 和 Ubuntu 分区访问。要在 Ubuntu 中执行此操作,我会打开 Nautilus,然后在左侧,下面有三个项目Devices,分别是:250 GB VolumeStorageComputer。单击“Storage用于”可让我访问第二块硬盘。

然而,由于某些未知原因,最近当我尝试点击时收到以下错误消息Storage

Unable to access “Storage”

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

有人能给我解释一下这个消息吗?我尝试过按照建议启动 Windows 并完全关闭,但这没有帮助。

谢谢。

答案1

当您在电源选项下的 Windows 控制中选中快速启动,然后在系统设置中取消选中它时,就会发生这种情况。

Ubuntu 无法挂载它的原因是它处于休眠状态,并且您复制到 Windows 分区的任何文件在您启动 Windows 时可能都不存在。这是 Ubuntu 中的一项安全功能。取消选中它应该可以完成这项工作。

我必须ntfsfix在取消选中后运行该命令,如果取消选中不起作用,你可以尝试一下

相关内容