TNTFS
MacOS M1 开源NTFS
Python3.10 使用 py2app 打包编译
理论上 MacOS 全系列通用
Github地址 https://github.com/BJ-Tian/TNTFS
brew install python@3.10
brew install tcl-tk
brew install python-tk@3.10
sudo visudo
#将 %admin ALL = (ALL) ALL 换成下面这个
%admin ALL = (ALL) NOPASSWD: ALL
关闭SIP保护特性
系统中启用 macfuse
brew install macfuse
brew tap gromgit/homebrew-fuse
brew install ntfs-3g-mac
把软件放到应用程序里然后双击运行