昨天終於拿到上星期下訂的 Macbook Pro 13",開機設定完的第一件事情,當然就是想辦法讓他可以讀寫我的行動硬碟啊!!!!不然小小的256 GB SSD 真的怕不夠用QQ
這邊就記錄一下我是如何讓 MBP 像 Windows 一樣自由存取 NTFS 啦~
使用環境
步驟
以下步驟都在終端機完成
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew update brew install caskroom/cask/brew-cask
安裝 osxfuse
https://github.com/osxfuse/osxfuse/releases
繼續終端機
brew install ntfs-3g
如果遇到
missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
請先執行
xcode-select --install
重開機,使用 command+R 進入 recovery mode,上方選單「工具」->「終端機」
csrutil disable
再次重開機,回到正常模式,然後再開終端機
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig sudo ln -s /usr/local/Cellar/ntfs-3g/2017.3.23/sbin/mount_ntfs /sbin/mount_ntfs
重開機,使用 command+R 進入 recovery mode,上方選單「工具」->「終端機」
csrutil enable
重開機回到正常模式,把 NTFS 格式的外接裝置插上去看看有沒有成功
Done :))