每当我启动 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) 我无法用 Windows 8 挂载我的另一个分区,我有 Ubuntu 12.10 amd64:
Error mounting /dev/sda1 at /media/ricardo/003E8A7D3E8A6C0A: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda1" "/media/ricardo/003E8A7D3E8A6C0A"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda1': Operation not permitted
The NTFS partition is hibernated. Please resume and shutdown Windows
properly, or mount the volume read-only with the 'ro' mount option, or
mount the volume read-write with the 'remove_hiberfile' mount option.
For example type on the command line:
mount -t ntfs-3g …
Run Code Online (Sandbox Code Playgroud)