MacOS 读写 NTFS 即插即用.

Posted Blon

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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

以上是关于MacOS 读写 NTFS 即插即用.的主要内容,如果未能解决你的问题,请参考以下文章