我目前已经安装了德班在我的系统中与 Windows 8.1 一起。我在 debian 中安装其他分区时遇到问题。当尝试打开它时,会弹出以下错误:
Error mounting /dev/sda5 at /media/amit/New Volume: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/amit/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.
不过,我可以从终端挂载只读分区
答案1
答案2
根据 Basile 的回答,一旦您能够成功挂载 ntfs 分区,您可能需要一个驱动程序,例如NTFS-3G为了能够从中写入/复制数据。
答案3
与错误消息注释一样,它通常是由 Windows 的混合启动 (tm) 又名快速启动引起的。它处于休眠和正常关闭之间的中间状态,通常会使驱动器变脏。禁用它如果你再次遇到这个问题。