UbuntuオペレーティングシステムはNTFSパーティションにアクセスできません。

UbuntuオペレーティングシステムはNTFSパーティションにアクセスできません。

パーティションにアクセスしようとすると、次のメッセージが表示されます。

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

ベストアンサー1

このメッセージは、ntfsパーティションが正しく閉じられていないことを意味します。したがって、ntfsパーティションに書き込むには、Windowsでそのパーティションを起動(パーティション)し、Windowsを正しくシャットダウン(shutdown)し、ro(読み取り専用)またはrwオプションを使用してLinuxに再マウントする必要があります。

mount -o ro /dev/sda3 /whereyouwant

おすすめ記事