Skip to content

Instantly share code, notes, and snippets.

@poad
Created May 31, 2014 03:33
Show Gist options
  • Save poad/bc378361a1207b7a34c3 to your computer and use it in GitHub Desktop.
Save poad/bc378361a1207b7a34c3 to your computer and use it in GitHub Desktop.
Mac OS X MavericksでNTFSを読み書きする(まとめメモ) ref: http://qiita.com/poad1010/items/703ba37868e4298f9cf5
brew upgrade
brew install fuse4x
brew install ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs
sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment