标签:http github sudo mount 本地 brew ntfs-3g sbin cos
1. 安装osxfuse
https://osxfuse.github.io/
2. 安装brew
https://brew.sh/index_zh-cn.html
3. 安装ntfs-3g
brew install ntfs-3g
4. 替换本地的mount_ntfs 文件
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.old
sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
标签:http github sudo mount 本地 brew ntfs-3g sbin cos
原文地址:http://www.cnblogs.com/blon/p/7589231.html