パーティションをマウントできません!

パーティションをマウントできません!

現在インストールしましたダーバン私のシステムではWindows 8.1で。 Debian に別のパーティションをマウントする際に問題があります。開こうとすると、次のエラーが表示されます。

Error mounting /dev/sda5 at /media/amit/New Volume: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda5" "/media/amit/New Volume"' 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' mount option.

ただし、端末から読み取り専用パーティションをマウントすることはできます。

ベストアンサー1

私がコメントしたように(NTFS)ファイルシステムエラーメッセージが示すように汚れています。

chkdskしたがって、コマンド(またはWindowsではそれに対応するコマンド)を使用して(Windowsでは)確認してください。FSCK) - クリーンアップしてLinuxを再起動すれば十分です。

一部のデータをLinuxと共有するためにWindowsが本当に必要な場合は、次のことをお勧めします。外部4(またはExt3)Windows上のファイルシステム(Linuxと共有)、おそらく(Windows上)を使用するext2fsd

おすすめ記事