Skip to content

Instantly share code, notes, and snippets.

@dlokesh
Created April 22, 2013 08:15
Show Gist options
  • Save dlokesh/5433213 to your computer and use it in GitHub Desktop.
Save dlokesh/5433213 to your computer and use it in GitHub Desktop.
Write to NTFS in OS X 10.8 Mountain Lion
brew install fuse4x
brew install ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo ln -s /usr/local/Cellar/ntfs-3g/2013.1.13/sbin/mount_ntfs /sbin/mount_ntfs
# Install kernel extensions
sudo cp -rfX /usr/local/Cellar/fuse4x-kext/0.9.2/Library/Extensions/fuse4x.kext /Library/Extensions
sudo chmod +s /Library/Extensions/fuse4x.kext/Support/load_fuse4x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment