Skip to content

Instantly share code, notes, and snippets.

@JamesAndresCM
Created March 2, 2023 02:34
Show Gist options
  • Save JamesAndresCM/d3a51ad55c8d34ca4aa2e0c6bc67b71f to your computer and use it in GitHub Desktop.
Save JamesAndresCM/d3a51ad55c8d34ca4aa2e0c6bc67b71f to your computer and use it in GitHub Desktop.
mount ntfs in mac m1

Install ntfs-3g

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

Enable Security development in your mac (startup boot configuration -> utilities)

Identify your ntfs HDD

diskutil list

Create new dir for mount partition

sudo mkdir /Volumes/NTFS

unmount disk and mount disk

sudo umount /dev/diskXX sudo /opt/homebrew/Cellar/ntfs-3g-mac/2022.10.3/bin/ntfs-3g /dev/diskXX /Volumes/NTFS -olocal -oallow_other

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