Не монтируется раздел - Operation not permitted The NTFS partition is in an unsafe state

При попытке смонтировать разделы NTFS выдается сообщение:

Error mounting system-managed device /dev/sdb1: Command-line `mount "/mnt/dta"' 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/sdb1': 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.
(udisks-error-quark, 0)

Ключевым для меня здесь является “The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting)” так как проблема появилась после того, как машина с примонтрированными дисками даходилась в ждущем режиме, в этот период была отколючена подача электроэенергии, нашел быстрое решение - ntfsfix, решается это так:

ntfsfix /dev/sdd1

В итоге:

ntfsfix /dev/sdd1
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/sdd1 was processed successfully.