Mac 10.15.x 開啟ntfs


@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就可以正常使用了。就是速度比較慢。總比不能寫好。^_^


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM