Learn how to add NTFS support for Mac OS for free. The Apple operating system will then be able to mount, read and write to hard disks formatted in NTFS for Windows.
The commands in the slides are:
csrutil disable
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Hom...
brew update
brew install caskroom/cask/brew-c
brew install homebrew/fuse/ntfs-3g
sudo nvram boot-args="rootless=0"
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs