1. 程式人生 > >MacOS 讀寫 NTFS 即插即用.

MacOS 讀寫 NTFS 即插即用.

sta .sh html bre git 本地 ntfs osx all

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 即插即用.