mac下读写ntfs支持

查找设备的uuid

diskutil info /Volumes/{DEVICE_NAME} | grep UUID

将设备uuid写入fstab


echo "UUID={DEVICE_UUID} none ntfs rw,auto,nobrowse" | sudo tee -a /etc/fstab

重连设备,不会在桌面或finder中直接显示,通过Command-Shift-G前往/Volumes卷宗目录浏览操作。

搞定