Ubuntu: Status 14: le disque contient un système de fichiers malpropre

Ubuntu: état 14: le disque contient un système de fichiers impur

Double démarrage Windows et Ubuntu, mais Ubuntu ne peut pas accéder à la partition Windows/dev/sdb3, affiche le message d'erreur suivant:

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.

Solution

Je ne sais pas quelle est la cause principale, peut-être que Windows ne s'est pas arrêté correctement. Pour résoudre ce problème, utilisezntfsfix pour vérifier et réparer le disque 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.