我与 Ubuntu 一起双启动 Windows 10。当我尝试从 Ubuntu 访问我的 NTFS (Windows) 驱动器时,我经常会收到类似这样的错误。
Error mounting /dev/sda5 at /media/mani/0AC217250AC21725:
Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda5" "/media/mani/0AC217250AC21725"' 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/sda5': 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' …
Run Code Online (Sandbox Code Playgroud)