Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error mounting filesystem on OS X 10.8 (Mountain Lion) #36

Open
alexreg opened this issue Oct 7, 2012 · 5 comments
Open

Error mounting filesystem on OS X 10.8 (Mountain Lion) #36

alexreg opened this issue Oct 7, 2012 · 5 comments

Comments

@alexreg
Copy link

alexreg commented Oct 7, 2012

I get the following error when I try to mount a SSH drive using latest version of Macfusion (2.0.4) and latest version of OSXFUSE.

Could not mount filesystem: Mount process has terminated unexpectedly.

The log reveals the following:

(macfusionAgent, SSHServerFS, test, 07/10/2012 02:39) Mounting
(MacfusionMenuling, MFClient, test, 07/10/2012 02:39) Note status changed for fs  (test) to Waiting to Mount
(macfusionAgent, SSHServerFS, test, 07/10/2012 02:39) Task launched OK
(macfusionAgent, SSHServerFS, test, 07/10/2012 02:39) dyld: Library not loaded: /usr/local/lib/libfuse.0.dylib
  Referenced from: /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshfs-static
  Reason: image not found
(MacfusionMenuling, MFClient, test, 07/10/2012 02:39) Note status changed for fs  (test) to Failed to Mount

The almost surely appears to be a compatibility issue with Macfusion on the latest OS X (10.8).

This is a fatal/prohibitive issue, so it would be great if you could fix it as soon as you know what the underlying issue is. Many thanks.

@emckenna
Copy link

I get the same error.

Process:         sshfs-static [3734]
Path:            /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshfs-static
Identifier:      sshfs-static
Version:         ???
Code Type:       X86 (Native)
Parent Process:  macfusionAgent [3666]
User ID:         1968306757

Date/Time:       2012-12-19 10:45:47.920 -0500
OS Version:      Mac OS X 10.8.2 (12C3006)
Report Version:  10
Sleep/Wake UUID: F01DB869-7805-4D98-B3B2-7E9171A9F78E

Crashed Thread:  0

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: /usr/local/lib/libfuse.0.dylib
  Referenced from: /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshfs-static
  Reason: image not found

Binary Images:
    0x1000 -   0x135ff7 +sshfs-static (???) <29377FDB-643F-4220-31D5-36DB0972A1B4> /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources/sshfs-static
0x8fec6000 - 0x8fef8e57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
0x95246000 - 0x95246fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x97d3b000 - 0x98058ff3  com.apple.Foundation (6.8 - 945.11) <03B242AC-519C-3683-AA52-E73536B3D55F> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

@dickbrouwer
Copy link

+1

@alexreg
Copy link
Author

alexreg commented Dec 26, 2012

To all those looking for a solution, I suggest you try ElDeveloper's fork over at https://github.com/ElDeveloper/macfusion2. The original developer (mgorbach) seems to have abandoned this project, hence this is probably our best bet for bug fixes now. This version seems to have largely (if not totally) resolved this issue, fortunately!

@paulyoung
Copy link

@ElDeveloper's fork worked for me regarding this issue.

@519seven
Copy link

This fixed it for me: ln -s /usr/local/lib/libosxfuse.2.dylib /usr/local/lib/libfuse.0.dylib The better option would be to download the latest and greatest but whutevs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants