- 开机时按 Command+R 键进入恢复模式,在工具菜单中选择终端,在终端中输入下面命令回车并重启
$ csrutil disable
- 如果没有安装过Command Line Tools,在终端中运行下面命令安装
$ xcode-select --install
- 在终端中运行下面命令安装brew
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- 安装osxfuse
$ brew cask install osxfuse
- 安装ntfs-3g
$ brew reinstall ntfs-3g
- 备份原mount_ntfs文件
$ sudo mv /sbin/mount_ntfs /sbin/mount_ntfs_orig
- 使用ntfs-3g挂载NTFS分区移动硬盘
$ sudo cp /usr/local/sbin/mount_ntfs /sbin/mount_ntfs
此文章同时同步到我的个人博客http://www.fkomm.cn/ 谢谢支持