1. 程式人生 > >linux與windows雙系統檔案互相訪問資料夾出錯

linux與windows雙系統檔案互相訪問資料夾出錯

Error mounting /dev/sda1 at /media/unixuse/287001D143DB2043: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda1" "/media/unixuse/287001D143DB2043"' 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.

如上錯誤解決辦法

1、開啟cmd命令,輸入sudo fdisk -l

修改mount -t "ntfs" -o 為 mount -t "ntfs" -ro

或者sudo ntfsfix /dev/sda3