HOW TO - Read/Write to NTFS drives in OS X? EASY HACK 2
As you may or may not know, sadly MAC doesn’t support writing on an NTFS external hard disk. So if you want to share an external drive between a Windows machine and a Mac, it should be FAT32 partitioned. However FAT32 can’t let you run huge file sizes and therefore has a limit for the size of the files on the disk. With NTFS, file size limit is not anymore a problem. But unfortunately OS X doesn’t support writing on NTFS, it can only read.
But it’s not over… everything has a solution. Thankfully there is an NTFS Fuse driver which you can use with the MacFUSE userspace filesystem driver. It supports full reading and writing capability for NTFS. Using an external hard disk partitioned NTFS between Mac and Windows machines is no longer a problem.
Installation doesn’t look that easy… but it really is easy.
1. Download and install MacFUSE - Link
2. Just get the DMG file and run the contained installer.
3. Download and install Fink. You need this for obtaining and building the NTFS Fuse driver.
· Fink (Intel) - Link
· Fink (PowerPC) - Link
4. Run the installer within the DMG file.
5. Drag the FinkCommander application to your Applications folder.
6. Get NTFS Fuse driver.
7. Open a terminal and run the following commands:
8. /sw/bin/fink configure
9. You will be asked many questions, just hit enter for every question and then YES to use the unstable tree.
10. /sw/bin/fink selfupdate
11. /sw/bin/fink index
12. /sw/bin/fink scanpackages
13. /sw/bin/fink install ntfs-3g (you might get an error that ntfs-3g is not found, if yes then do the next steps.
14. download ntfs-3g manually
· NTFS-3G 2009.1.1 Update 1 [ublio] – Link – (High performance build using internal caching)
· NTFS-3G 2009.1.1 Update 1 [stable] – Link – (Slower, but minimizes corruption in the event of a system crash)
15. Install ntfs-3g
16. Restart required
After going through all these steps, go to Apllications/Utilities/Disk Utility then check your drive connected to your system. In the info of your external hard drive it should show.
Owners Enabled :Yes
Hope this works for everyone, and if you have an easier way of doing it just post it in the comment box.
Zakeh Blog








