无法在 Ubuntu 13.04 中挂载 NTFS 分区

use*_*303 3 dual-boot fstab mount ntfs

安装 Ubuntu 13.04 后,我无法挂载 NTFS 分区。

Error mounting /dev/sda5 at /media/mrxfly/xFLyDiskData:
Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/mrxfly/xFLyDiskData"' 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.
Run Code Online (Sandbox Code Playgroud)

Ale*_* P. 8

正如 Thefourtheye 所说,您的 Windows 处于休眠模式。如果您有意选择此模式,干净关闭应该可以解决问题。

我想补充的是,如果您有 Windows 8,默认情况下,即使您关闭计算机,Windows 也会进入休眠状态。它被称为“快速启动”的“混合模式”:当您在 Windows 8 中选择关闭时,您的用户会话结束,但系统进入休眠状态。

如果您使用的是 Windows 8,您还需要禁用“快速启动”:

  1. 打开控制面板并点击电源选项
  2. 单击选择电源按钮的功能
  3. 单击更改当前不可用的设置
  4. 关机设置下,选中打开快速启动框,然后单击保存更改按钮

(你可能想在你最喜欢的搜索引擎中搜索“禁用 Windows 8 快速启动”,因为一些可用的教程有截图。)

现在,将来关闭 Windows 8 时应该彻底关闭。它将干净地卸载 NTFS 卷,允许它们稍后在 Ubuntu 中安装。