我在 Windows 10 上运行的笔记本电脑现在无法启动。所以我想在送修之前通过 USB-Booting Ubuntu 16.04.1 LTS 保存我的所有文件。
但是当我尝试在 Nautilus 中访问我的驱动器时,它给出了一个冗长的对话:
Unable to access “255 GB Volume”
Error mounting /dev/sda2 at /media/ubuntu/CAEED374EED356F3: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999" "/dev/sda2" "/media/ubuntu/CAEED374EED356F3"' 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/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.
如何将该驱动器安装为只读?由于磁盘空间不足,我无法在不删除我真正想要保存的东西的情况下安装 Ubuntu。
鹦鹉螺或其他东西的图形解决方案将不胜感激。否则你能告诉我我需要在终端中输入什么吗?
亲切的问候!
马库斯
/mnt
您可以在终端中通过以下命令将分区挂载到例如:您将在目录中看到分区的内容,
/mnt
并且可以将其复制到某处。