Skip to content

Mac use NTFS

2022 Solution:

Install FUSE + ntfs-3g

Source: Can't install NTFS-3G on macOS BigSur

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

M2: Need to reopen terminal. Not sure why.

Mac OS X error: shell-init: error retrieving current directory

Unmount readonly volume

Mount

在 macOS 上掛載可寫的NTFS

Choose disk id

bash
diskutil list

Prepare mount place

bash
sudo mkdir /Volumes/<disk name>

Mount command

bash
sudo /usr/local/bin/ntfs-3g /dev/disk2s1 /Volumes/<disk name> -olocal -oallow_other

Changelog

Just observe 👀