1、安装homebrew,以下选择一种即可

使用ruby安装
/usr/bin/ruby -e "$(curl -fsSL https://cdn.jsdelivr.net/gh/ineo6/homebrew-install/install)"

bash环境安装
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

zsh环境安装
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
 

2、安装macfuse

brew install macfuse

3、安装ntfs-3g

brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac

4、挂载ntfs盘

#查看U盘对应的分区名
diskutil list

#root用户
sudo -s

#卸载U盘分区
umount /dev/disk4s1

#通过mount_ntfs挂载u盘
mount_ntfs -o rw,nobrowse /dev/disk4s1 /Volumes/EXT

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注