Mac 10.15.x 开启ntfs

Posted sdlszjb

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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就可以正常使用了。就是速度比较慢。总比不能写好。^_^

以上是关于Mac 10.15.x 开启ntfs的主要内容,如果未能解决你的问题,请参考以下文章

Mac OSX原生读写NTFS功能开启方法

NTFS磁盘读写工具Mounty 1.9 Mac免费版

Paragon NTFS for Mac和Tuxera NTFS for Mac究竟哪个更好?

mac ntfs软件哪个好

用NTFS For Mac对Mac有啥好处

Mac怎么读写NTFS格式?Mac读写NTFS格式硬盘教程