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
时间: 2024-10-06 14:56:05