/dev/sda2
安装时出错/media/lubia/Media
:命令行
mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/lubia/Media"'
exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
元数据保存在 Windows 缓存中,拒绝装载。
Failed to mount '/dev/sda2': 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
你需要关闭快速启动和冬眠在 Windows 中。接下来,进入 Windows 后,在管理控制台窗口中运行以下命令:
chkdsk /f C:
(假设sda2
是C:
)
它会告诉您无法在正在运行的 Windows 操作系统上执行此操作(如果这是驱动C:
器),并询问您是否希望在启动时运行它。回答是。一旦分区sda2
具有干净的文件系统,您就可以在 Ubuntu 中安装它。
当然,另一个问题可能是……你需要在 Ubuntu 中挂载这个分区?