Ubuntu雙系統無法掛載Windows10 硬盤的解決方法


我的電腦是在Windows 10下安裝的Ubuntu 16.04雙系統,今天進入Ubuntu系統訪問Windows 10 磁盤,出現如下錯誤:

Error mounting /dev/sda1 at /media/linuxidc/WIN7: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda1" "/media/linuxidc/WIN7"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda1': 不允許的操作
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.

如下圖:

Ubuntu雙系統無法掛載Windows10 硬盤的解決方法

可能原因:上一次使用Windows 10后使電腦睡眠,沒有完全關機,這次開機直接進入Ubuntu系統,訪問Windows 10磁盤報錯。

(我的電腦在系統里點關機不能徹底關掉,每次必須長按關機鍵才能關掉,於是出現了此情況.)

解決方法:

1. 在終端輸入如下命令,查看分區掛載情況

sudo fdisk -l 

如下圖:

Ubuntu雙系統無法掛載Windows10 硬盤的解決方法

2. 修復掛載錯誤的相應的分區,如提示中的/dev/sda5,輸入:

sudo ntfsfix /dev/sda5

如下圖:

2. 修復掛載錯誤的相應的分區,如提示中的/dev/sda5,輸入:

現在就可以訪問了。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM