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