@author: 庄壯壯
1. 下載FUSE並安裝
下載地址:https://osxfuse.github.io/
2. 安裝brew
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
3. 安裝ntfs-3g
brew install ntfs-3g
4. 替換/sbin/mount_ntfs
4.1 關機,按住Command + R,按下開機按鍵,進入Rec模式。打開一個Shell,輸入:
csrutil disable
4.2 重新啟動,正常進入系統。打開一個Shell,輸入:
sudo su mount -uw / killall Finder mv /sbin/mount_ntfs /sbin/mount_ntfs.bak sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
4.3 關機,按住Command + R,按下開機按鍵,進入Rec模式。打開一個Shell,輸入:
csrutil enable
4.4 重新啟動。插入ntfs就可以正常使用了。就是速度比較慢。總比不能寫好。^_^