我的系统上之前有 Windows 10 和 Ubuntu 14.04(32 位)。我安装了 Ubuntu 14.04(64 位)来替换 32 位 Ubuntu,但它也删除了 Windows 10。现在的问题是,我的硬盘分区无法安装并出现错误:
Error mounting /dev/sda5 at /media/pavan/DSK1_VOL2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/pavan/DSK1_VOL2"' 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.
我的电脑上没有 Windows 10。我该怎么办?
答案1
如果您确实想要删除 Windows 10(及其所有数据),您可以运行gparted
并告诉它格式化/dev/sda5
(真的,真的确保这是正确的分区)ext4
,当它完成后,您将有一个空ext4
分区,而不是损坏的,无法安装的(除非您“ resume and shutdown Windows fully (no hibernation or fast restarting)
”NTFS 分区。