On Wednesday, September 21, 2011 1:09:27 AM UTC-7, Fourems Trust wrote: > > Hi > I wonder if anyone can assist me. > I have recently upgraded to Mac Lion, and now get an error message > when trying to load an encrypted folder that is on an external Flash > drive. > The message reads: > > /Library/Filesystems/fusefs.fs/Support/fusefs.kext failed to load - > (libkern/kext) link error; check the system/kernel logs for errors or > try kextutil(8). > the MacFUSE file system is not available (71) > > I am not an expert on MAC and was wondering if someone could help me > resolve this issue? >
The MacFUSE project has been dead for about two years: https://groups.google.com/d/topic/macfuse/l5UbNV5X21Y/discussion The consequence of this is that the kernel extensions from the Google Code site don't work properly on operating systems with an x86_64 kernel---such as OS X 10.7.x. You should look into using one of the successors to MacFUSE: - Fuse4x: http://fuse4x.org - OSXFUSE: https://github.com/osxfuse/osxfuse Both are active projects which support Lion and x86_64 kernels. Fuse4x is also available through package managers such as Homebrew and MacPorts. Hope this helps! -Charlie -- You received this message because you are subscribed to the Google Groups "MacFUSE" group. To view this discussion on the web visit https://groups.google.com/d/msg/macfuse/-/XzGWn_eAD7cJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/macfuse?hl=en.
