Mac 10.15.x 开启ntfs
2021-01-16 02:13
标签:opera bre 插入 下载 command github tor enable div @author: 庄壮壮 下载地址:https://osxfuse.github.io/ 4.1 关机,按住Command + R,按下开机按键,进入Rec模式。打开一个Shell,输入: 4.2 重新启动,正常进入系统。打开一个Shell,输入: 4.3 关机,按住Command + R,按下开机按键,进入Rec模式。打开一个Shell,输入: 4.4 重新启动。插入ntfs就可以正常使用了。就是速度比较慢。总比不能写好。^_^ Mac 10.15.x 开启ntfs 标签:opera bre 插入 下载 command github tor enable div 原文地址:https://www.cnblogs.com/sdlszjb/p/13384148.html1. 下载FUSE并安装
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
csrutil disable
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
csrutil enable
文章标题:Mac 10.15.x 开启ntfs
文章链接:http://soscw.com/index.php/essay/42512.html