当我尝试挂载 NTFS 驱动器时,为什么会出现“元数据保存在 Windows 缓存中,拒绝挂载”的情况?

当我尝试挂载 NTFS 驱动器时,为什么会出现“元数据保存在 Windows 缓存中,拒绝挂载”的情况?

我在安装硬盘时遇到问题:

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

在安装 Ubuntu 和格式化驱动器之前,我忘记重启 Windows 8。C:\还有其他方法可以安装它吗?或者我应该将整个卷备份到其他媒体,然后格式化硬盘?

答案1

尝试像这样安装它(如果还没有的话):

mount -o ro /dev/sda5

相关内容