Read & Write to NTFS in OSX using MacFuse & ntfs-3g
August 3rd, 2007 at 15:46I always wanted full NTFS support in OS-X, seems like it is working now. Be default OS-X can read from NTFS-drives but not write to them.
You need the following tools:
Optional & nice additional tools:
- MacFusion (MacFuse GUI, great for daily MacFuse usage)
- FinkCommander (Fink-GUI, comes with the full fink-installer)
Follow those steps:
- Install MacFuse (Core) from here . In my case it was: MacFUSE-Core-0.4.0.dmg
- Install Fink from here. In my case it was: Fink 0.8.1. Binary Installer (Intel)
After having both requirements installed you need to get the NTFS Fuse drivers. At the moment they are part of the unstable fink tree. To access that part we need to change our fink configuration.
- Open Terminal.app
- Enter:
- /sw/bin/fink configure
Use defaults, except answer YES regarding the unstable tree - /sw/bin/fink selfupdate
- /sw/bin/fink index
- /sw/bin/fink scanpackages
- /sw/bin/fink install ntfs-3g
- /sw/bin/fink configure
- Reboot your mac.
- Mount your NTFS-drive via ntfs-3g
- Be sure your NTFS drive is not auto-mounted by OSX. If it is, open DiskUtility, select the drive and press unmount.
- Create a new mountpoint for the ntfs-drive. i.e. in terminal: mkdir /Volumes/MyNtfsDrive
- Mount the drive in terminal via: /sw/bin/ntfs-3g /dev/diskXsY /Volumes/MyNtfsDrive
NOTE: Replace X & Y in /dev/diskXsY with your drive !
Your NTFS-drive should appear on your Desktop as supposed with full write support. I hope this short to-do list helps you out.
EDIT:
I am not really sure, but maybe you need to have XCode from apple Developer Tools installed before you start installing MacFuse and Fink. If you have any problems with MacFuse & Fink check if you have them already installed or not.
Tags: fink, howto, intel, macfuse, ntfs, ntfs-3g, read & write ntfs



October 9th, 2007 at 20:58
[...] weeks ago i tested the package macfuse & fink’s ntfs-3g to get a basic write-support for OSX working on my Mac [...]
September 10th, 2008 at 20:36
[...] um Schreib-Rechte auf NTFS-Partitionen zu erhalten, aber das ist ein anderes Thema, welches ich hier und hier schon beschrieben [...]