1. 程式人生 > >Ubuntu載入本地磁碟報錯:Unable to access ""

Ubuntu載入本地磁碟報錯:Unable to access ""

行動硬碟安裝Ubuntu,進入Ubuntu系統後開啟Windows下的NTFS分割槽時報錯,錯誤資訊如下:

<span style="font-size:12px;">Error mounting /dev/sda7 at /media/aa/新加捲: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda7" "/media/aa/新加捲"' 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/sda7': 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.</span>

上網搜尋下,得到的解決辦法為在Ubuntu下執行ntfsfix工具把誤報錯誤銷掉

<span style="font-size:12px;">sudo ntfsfix /dev/sda7</span>