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處於高級休眠,所以我的Linux不能夠訪問我的Win10分區。
這里我們可以使用ntfsfix修復一下。
這里,要是沒有安裝ntfsfix的話,需要先安裝一下。
sudo apt-get install ntfs-3g
之后,我們可以對出錯的盤符分別的執行一下命令:
sudo ntfsfix /dev/sda2
sudo ntfsfix /dev/sda5
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系我们删除。