-
Notifications
You must be signed in to change notification settings - Fork 28
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: Mount path could not be created #27
Comments
I believe this is a duplicate of #20, if you are using the latest pre-release, you may be experiencing a situation where volumes can no longer be created and mounted in /Volumes, as such you have to (for now) change the mounting path to something like |
@daslicht, can you look at the log viewer, I suspect there may be more information there. Go to Window -> Macfusion Log Viewer. Try to mount the volume again and see if there's an additional error showing up. Can you also try, from the command line running |
There seems to be a problem with libraries. There is no libosxfuse_i32.2.dylib on my machine, just _i64 versions. here’s the log: (SSHServerFS, louise scratch, 10/29/16, 10:00 PM) Mounting |
@fsigworth I was working on new versions of the static libraries that do not require the compat layer, but it seems that @ElDeveloper has problems with them. |
Same problem with the dylib, it seems. Here’s the log. (SSHServerFS, louise scratch, 10/29/16, 10:16 PM) Mounting |
@fsigworth this is impossible. the sshfs-static binary in my build does not reference You are either running the old version of Macfusion or you run my binary on OSX < 10.9. if you do a Update: please check in Preferences->Plugins the Path for the loaded plugin. Maybe you override the plugin with one that is installed in |
I’m so sorry, I’ve now deleted all versions of MacFusion and wanted to download your app.tar.gz file again. But now the site asks for a certificate and doesn’t like mine. Fred Sigworth |
@fsigworth can you please try it again? My site does not require a certificate, but some browsers have issues, if |
@fsigworth any update? |
Dear Helmut, It gets much farther but still fails. When I click Mount the icon in the MacFusion window turns green for 1/2 second, then turns gray again. If I click Mount a second time, I get an “Authentication failed” message. Just to check, I can log into the machine from Terminal. Here’s the log contents. Thanks so much, (MFClient, louise scratch, 10/31/16, 8:27 PM) Note parameters changed for fs <MFClientFS: 0x6000000e9f80> (louise scratch) |
It seems you have the same problem as @ElDeveloper with using my new static library. I'm still trying to figure out what the reason is, because I don't have this problem. Since I can't reproduce it, I'm not sure how to debug it. see https://github.com/ElDeveloper/macfusion2/pull/28 for further investigation. But we are seeing 2 issues here. Your initial problem has to do with the fact that the compat layer was not installed correctly. When you install OSXfuse, you have to install the compat layer as well. The second issue is the problem with my new static library. I built it so that people won't have issues with the missing compat layer anymore. |
@fsigworth I have 2 new binaries to test: https://evermeet.cx/pub/macosx/macfusion/Macfusion.app.b2-dyn.tar.gz Please let me know, if they work for you. |
They both had a strange problem. b2: (SSHServerFS, louise scratch, 11/1/16, 8:24 PM) Mounting b3: With b3 I tried rebooting the machine to make sure the file system was reset, but got the same log message. Fred s |
Great, the crash is gone. The error message If you issue the command I think you tried to authenticate with user/password (instead of a public key). And let me guess, you did not install XQuartz. For some reason XQuartz is required (as mentioned in the README.md) for askpass to work properly. I hope @ElDeveloper has an idea why there's a dependency on X11. I think this will be the next big step to get rid of this dependency. |
I’ll try these things tomorrow. I do have XQuartz installed, though the app was not running. |
XQuartz does not have to be running. Anyway, @ElDeveloper has to test my 2 new versions. Then I can incorporate the changes of one of them into the code. The current issue you are seeing though is not the same as the one you saw when this ticket was opened. As long as my changes are not in the code, we can't go forward with this, since neither of the binaries I gave you are official ones. I only made them available so that you could get rid of the missing lib error. I would not have thought you'd encounter another error right away. We can't open a ticket |
Macfusion 3 launches, but when I try to mount a volume I get the error message "Mount path could not be created."
The text was updated successfully, but these errors were encountered: