20171223如何克服linux下无法访问win盘符问题

问题描述:


今天在Linux下打开win的NTFS硬盘总是提示出错了,而且是全部的NTFS盘都出错,其中sda3错误显示如下:

Error mounting /dev/sda3 at /media/struggle6688/164AFCB44AFC91AB: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda2" "/media/struggle6688/164AFCB44AFC91AB"' exited with non-zero exit status 14: Windows is hibernated, 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.


问题分析:

出错原因可能是因为Win10的状态是高级休眠,笔记本左下角的休眠灯一直亮着,想想可能是昨晚进了一次Win10之后点了关机,win10设置的原因,关机不彻底,笔记本一直处于高级休眠状态,所以Ubuntu无法访问Win10的磁盘。


我的解决办法是:

先进入Win10,然后点重启(注意是重启,而不是先关机再点开机键,如果点关机,Win10仍旧是高级休眠),启动的时候选择Ubuntu系统,问题就解决了。


20171223如何克服linux下无法访问win盘符问题_第1张图片
20171223如何克服linux下无法访问win盘符问题_第2张图片

你可能感兴趣的:(20171223如何克服linux下无法访问win盘符问题)