-
Install brew
-
Open a terminal and execute:
sudo su -
-
Install fuse4x:
brew install fuse4x
-
Install ntfs-3g:
brew install ntfs-3g
-
Execute
/bin/cp -rfX /usr/local/Cellar/fuse4x-kext/0.9.2/Library/Extensions/fuse4x.kext /Library/Extensions
-
Then:
chmod +s /Library/Extensions/fuse4x.kext/Support/load_fuse4x
-
Replace the default binary to mount the NTFS File System
7.1. Rename the original binary:
mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
7.2. Create a link to the new binary:
ln -s /usr/local/Cellar/ntfs-3g/2012.1.15/sbin/mount_ntfs /sbin/mount_ntfs
Source: http://forums.macrumors.com/showpost.php?p=16848872&postcount=35