1- Install ntfs-3g
brew cask install osxfuse
brew install ntfs-3g2- Restart and enter to recovery mode by pressing Command+R
3- Disable System Integrity Protection
csrutil disable2- Restart
3- Replace default mount-ntfs driver with ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs4- Restart and enter to recovery mode by pressing Command+R
5- Enable System Integrity Protection
csrutil enable6- Restart
7- At first ntfs device macOS will ask for permission in System Preferences for the osxfuse. Open system preferences and allow it. [this is necessary for new os releases]
8- Done!