MacOS 读写 NTFS 即插即用.

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

posted @ 2017-09-24 23:08  Blon  阅读(476)  评论(0编辑  收藏  举报