Skip to content

Instantly share code, notes, and snippets.

@Kennyl
Last active March 10, 2017 15:04
Show Gist options
  • Save Kennyl/0e731e2361d5125f5483c3a603db48b1 to your computer and use it in GitHub Desktop.
Save Kennyl/0e731e2361d5125f5483c3a603db48b1 to your computer and use it in GitHub Desktop.
How to mount NTFS on MacOS Serria

Preparation

brew install Caskroom/cask/osxfuse
brew install ntfs-3g

Serria is now rootless, so we need to disable rootless csrutil disable or reboot in recovery mode

cd /Volumes/Macintosh\ HD/sbin
mv mount-ntfs mount-ntfs-old
ln -s /usr/local/bin/ntfs-3g  mount-ntfs

No need Mounty or something else
Reboot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment