Created
May 31, 2014 03:33
-
-
Save poad/bc378361a1207b7a34c3 to your computer and use it in GitHub Desktop.
Mac OS X MavericksでNTFSを読み書きする(まとめメモ) ref: http://qiita.com/poad1010/items/703ba37868e4298f9cf5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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