-
-
Save ivan-leschinsky/81bee03c4571c4ce47f56b184e7030f4 to your computer and use it in GitHub Desktop.
Revisions
-
crcastle revised this gist
May 26, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Link mount_ntfs: The output of the following should be as below: > ls -l /sbin/mount_ntfs* /sbin/mount_ntfs -> /usr/local/sbin/mount_ntfs /sbin/mount_ntfs.original -> /System/Library/Filesystems/ntfs.fs/Contents/Resources/mount_ntfs Reboot and voila -
crcastle revised this gist
May 26, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Install ntfs-3g via homebrew: Link mount_ntfs: > sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original > sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs The output of the following should be as below: > ls -l /sbin/mount_ntfs* -
bjorgvino renamed this gist
Oct 28, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
bjorgvino created this gist
Oct 28, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ Remove osxfuse if installed via homebrew: > brew uninstall osxfuse Install osxfuse binary and choose to install the MacFUSE compatibility layer: http://sourceforge.net/projects/osxfuse/files/latest/download?source=files Reboot (optional but recommended by osxfuse) Install ntfs-3g via homebrew: > brew update && brew install ntfs-3g Link mount_ntfs: > sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original > sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs The output of the following should be as below: > ls -l /sbin/mount_ntfs* /sbin/mount_ntfs -> /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs.original -> /System/Library/Filesystems/ntfs.fs/Contents/Resources/mount_ntfs Reboot and voila