Posts

Showing posts with the label Lion

How I Fixed Mac OSX Lion NTFS issue

After I upgraded my Macbook to OSX Lion, my NTFS-formatted USB drive would no longer mount... GREAT! %$#@ I use an free open source NTFS driver for Mac called NTFS-3G ( You can get it from SourceForge here - grab the dmg file). However NTFS-3G is built on top of a piece of software called MacFuse (part of the NTFS-3G installation)  and unfortunately MacFuse only provides a 32-bit interface, whereas OSX Lion has a 64-bit kernel. I found the explanation of the problem here . I was able to solve the problem when I came across a little gem on this site: http://www.fatframe.com/2011/07/25/macfuse-issues-mac-os-10-7-lion This guy has posted a custom compiled version of MacFuse, compiled for 64-bit. I downloaded this guy's custom compiled version (look for the link to the zip file half way down the page) and just installed it straight on top of my existing MacFuse version. Then rebooted. It solved my problem! I can now mount my NTFS USB drive and I have read/writ...