MacOS 挂载 NTFS 分区
- 查看磁盘分区
diskutil list
- 安装 ntfs-3g
brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac
- 挂载磁盘
sudo ntfs-3g /dev/disk6s1 /Volumes/Seagate -olocal -oallow_other
diskutil list
brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac
sudo ntfs-3g /dev/disk6s1 /Volumes/Seagate -olocal -oallow_other