每当我启动 Ubuntu 时,我都会收到一条消息,提示它无法挂载我的 Windows 分区,我可以选择等待、跳过或手动挂载。
当我尝试通过 Nautilus 进入我的 Windows 分区时,我收到一条消息,说该分区处于休眠状态,我需要进入文件系统并正确关闭它,我已经做了没有问题的事情,所以我不知道为什么会发生这种情况.
这是我的分区表,如果需要更多数据,请告诉我。
Device Boot Start End Blocks Id System
/dev/sda1 2048 20000767 9999360 83 Linux
/dev/sda2 20002814 478001151 228999169 5 Extended
/dev/sda3 * 478001152 622532607 72265728 7 HPFS/NTFS/exFAT
/dev/sda4 622532608 625141759 1304576 82 Linux swap / Solaris
/dev/sda5 20002816 478001151 228999168 83 Linux
Run Code Online (Sandbox Code Playgroud) 如果您与 Ubuntu 一起安装,为什么每个人都提到要在 Windows 8 上禁用快速启动?它是仅推荐用于 UEFI 机器还是建议用于旧版 BIOS 机器?是因为它使 Linux 无法访问 Windows 分区还是有另一个更严重的原因来禁用它?
我在 SSD 上安装了 Windows 和 Linux,然后,我有第二个带有数据的 HDD。上面没有安装 Windows,只有带数据的 NTFS 分区(还有第二个分区 Lenovo Recovery,但仅此而已,我不需要它)。当我尝试在 Linux 中打开它时,出现以下错误:
Error mounting /dev/sda2 at /media/adam/Data: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/adam/Data"' 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 …Run Code Online (Sandbox Code Playgroud)