雙系統Ubuntu無法訪問Win10磁盤分區解決方法

今天在linux下打開win的NTFS硬盤總是提示出錯了,而且是全部的NTFS盤都出錯.提示爲:

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設置的原因,關機不徹底,筆記本一直處於高級休眠狀態,所以Ubuntu無法訪問Win10的磁盤。

解決方法一:重啓電腦,再選擇ubuntu系統

解決方法二:

安裝

sudo apt-get install ntfs-3g  

查看掛載點

df -h

然後對出錯的盤符分別執行(全部執行一遍也無可大礙):

sudo ntfsfix /dev/sda2  
sudo ntfsfix /dev/sda3 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章