Ubuntu:ステータス14:ディスクに不正なファイルシステムが含まれています

Ubuntu:ステータス14:ディスクにクリーンでないファイルシステムが含まれています

WindowsとUbuntuをデュアルブートしますが、UbuntuはWindowsパーティション/dev/sdb3にアクセスできません。次のエラーメッセージが表示されます。

Error mounting /dev/sdb3 ...
status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sdb3': 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.

溶液

根本的な原因がわからない、Windowsが正常にシャットダウンしなかった可能性があります。 これを修正するには、ntfsfixを使用してNTFSディスクを確認および修復します。

$ sudo ntfsfix /dev/sdb3
Mounting volume... The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
FAILED
Attempting to correct errors...
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... OK
Processing of $MFT and $MFTMirr completed successfully.
Setting required flags on partition... OK
Going to empty the journal ($LogFile)... OK
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sdb3 was processed successfully.