码迷,mamicode.com
首页 > Web开发 > 详细

Mac 10.15.x 开启ntfs

时间:2020-07-27 13:57:21      阅读:279      评论:0      收藏:0      [点我收藏+]

标签:opera   bre   插入   下载   command   github   tor   enable   div   

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

Mac 10.15.x 开启ntfs

标签:opera   bre   插入   下载   command   github   tor   enable   div   

原文地址:https://www.cnblogs.com/sdlszjb/p/13384148.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!