双系统Ubuntu无法访问Win10磁盘分区解决方法

今天在ubuntu下进Windows的分区下拷个文件,当打开时出错了,而且是全部的NTFS盘都出错,其中一个分区的错误显示如下:

Errormounting/dev/sda3at
/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
withnon-zeroexitstatus14:Windowsishibernated,refusedtomount.Failedtomount'/dev/sda2':OperationnotpermittedTheNTFSpartitionisinanunsafestate.PleaseresumeandshutdownWindowsfully(nohibernationorfastrestarting),ormountthevolume
read-onlywiththe'ro'mountoption.

出错原因可能是因为Win10的状态是高级休眠,笔记本左下角的休眠灯一直亮着,由于某种原因导致关机不彻底,笔记本一直处于高级休眠状态,所以Ubuntu无法访问Win10的磁盘。

解决办法:

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

如果还没有解决,就可以使用以下方法

1.sudoapt-getinstallntfs-3g先安装ntfsfix

然后对出错的分区分别执行以下命令:

2.sudontfsfix/dev/sda2
sudontfsfix/dev/sda3

相关文章

目录前言一、创建Hadoop用户二、更新apt和安装Vim编辑器三、...
原文连接:https://www.cnblogs.com/yasmi/p/5192694.html ...
电脑重启后,打开VirtualBox,发现一直用的虚拟机莫名的消失...
参见:https://blog.csdn.net/weixin_38883338/article/deta...
Ubuntu 18.04 LTS 已切换到 Netplan 来配置网络接口。Netpla...
介绍每个 Web 服务都可以通过特定的 URL 在 Internet 上访问...