MacFuse Issues with Mac OS X 10.7 (Lion)
I started using EncFS to do file level encryption for my Dropbox account after the recent security issues with Dropbox. I opted to use EncFS instead of TrueCrypt since I did not want to deal with an encrypted container file. On my Windows PC, I use BoxCryptor and on my Mac I use the software packages referenced in this guide.
So far this has been working great, I can keep my sensitive data encrypted and leave everything else as is. Even if someone gets into my account the important items are just garbage to them. The only problem I ran into was with the recent OS X 10.7 Lion upgrade breaking MacFUSE.
After doing some Googling I was able to find this blog post:
http://www.offthehill.org/articles/2010/12/31/macfuse-for-64-bit-snow-leopard/
All I had to do was download and install the latest version of XCode from the app store and compile/install the modified MacFUSE source. Per Offthehill.org:
Just Give Me Something To Install!
If you trust me and would just like a working version of MacFUSE to install, you can download an image I compiled myself: macfuse-core-10.5-2.1.9.zip.I Want To Compile It Myself
You can download the original source code directly from Tuxera or from my local mirror.You will obviously need XCode installed to compile MacFUSE. Once you have downloaded the source, open a terminal and run the following commands:
Downloads $ cd macfuse-rebel-2.1.9 macfuse-rebel-2.1.9 $ cd core/ core $ ./macfuse_buildtool.sh -t smalldistIt generates a directory in the /tmp directory called “macfuse-core-10.5-2.1.9”. Inside this directory is a .pkg file called “MacFUSE Core.pkg”. Just double click this file to install, and MacFUSE will be installed. Then, once installed, you can install TrueCrypt or whatever Fuse implementation you need, and it should work fine.
The Standard Disclaimer
I make no claims about how stable this code is, and I have no idea about anything in the MacFUSE internals, so please report any problems you have with this version of the code to the MacFUSE Google Group.
And that's it, it appears that there is a fork of MacFUSE called OSXFuse, but it seems to be just getting off the ground. In the meantime, the above method should be able to get people by. Hopefully there will be a Mac OX app similar to BoxCryptor to make this a bit easier for users.
UPDATE: BoxCryptor has provided an updated all in one installer that works great. I tested with a fresh install of Lion and have not had any issues. You can see their article here.
July 25th, 2011 - 05:01
Thank’s for the linkback and quote from my article. I am confused, though, the source package I originally mirrored (and the binary I offer) does not compile on Lion, although it does work on Lion. Did you download the source from Tuxera and were able to compile it with XCode 4.1?
July 28th, 2011 - 22:43
Actually, I just downloaded and installed your pre-compiled copy assuming everything compiled just fine. Kinda lazy on my part… sorry for the confusion!
July 25th, 2011 - 08:37
Maybe http://agilebits.com/products/Knox fits your needs since there is no BoxCryptor for Mac OS X.
July 28th, 2011 - 23:04
Not quite, it seems to only work on my Mac. I also need access to these files on my Windows PC, but thanks for the recommendation!
July 31st, 2011 - 15:06
Thanks for compiling the download, it works perfectly.
July 31st, 2011 - 16:45
The credit actually goes to Pardsbane for compiling it, please direct your thanks his way =)
http://www.offthehill.org/
August 5th, 2011 - 15:22
Great Stuff!! Thank you! ^_^
although… any reason why it wouldn’t show on the preference pane??
August 5th, 2011 - 15:32
never mind :$
September 20th, 2011 - 08:23
I tried your zip, install, but I get to a install panel that says “Newer version already exists. I have tried installing various macfuse versions (all of which fail) – and thought I have gotten rid of all the artifacts. I also have osxfuse installed (latest). Is there a way around this? Is this some artifact from macfuse or osxfuse or both?
September 26th, 2011 - 12:11
Hello Luke, try this:
http://blog.boxcryptor.com/encfs-174-installer-for-mac-os-x-available
The team at BoxCryptor just released this on August 4th. I just started using it and it seems to be solid so far.
November 9th, 2011 - 15:17
Hay just ran across this, but did a little more digging in the MacFUSE google group. They referenced OSXFUSE which is compatible with lion 64bit, while being supported and sharing most of the same code of MacFUSE.
January 22nd, 2012 - 00:08
I just got a new iMac and couldn’t figure out why MacFuse wasn’t working. Thanks for telling me about OSXFuse.
February 6th, 2012 - 14:48
Thanks this worked great for me