Mac use NTFS
2022 Solution:
Install FUSE + ntfs-3g
Source: Can't install NTFS-3G on macOS BigSur
bash
brew tap gromgit/homebrew-fuse
brew install --cask macfuse
brew install ntfs-3g-mac
M2: Need to reopen terminal. Not sure why.
Mac OS X error: shell-init: error retrieving current directory
Unmount readonly volume
Mount
Choose disk id
bash
diskutil list
Prepare mount place
bash
sudo mkdir /Volumes/<disk name>
Mount command
bash
sudo /usr/local/bin/ntfs-3g /dev/disk2s1 /Volumes/<disk name> -olocal -oallow_other