-
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
Change default mounting path #22
base: master
Are you sure you want to change the base?
Conversation
The version of fuse 3.5.x will create the mount points for you automagically. No need to create them in MacFusion if the user is running fuse 3.5.x. But the filesystems need to recognize this fact now too. I have a fix for the SSHFS. Could an option be added to have MacFusion create the directory or not? Or even better detect that the code is running on Sierra or later and then auto set the option to create the mount point or not. |
@mischievous Oh that is great news :) |
@166MMX please send me an email. There are a few sshfs / fuse issues I'd like to explain, but I couldn't find your email. |
@166MMX when you say share... You mean create a branch of the osxfuse/sshfs and check in my changes to it? I can do that. |
I think I did it. https://github.com/mischievous/sshfs |
@tessus Would this need to make its way to upstream, or do you think we can just keep this fork as a submodule of the project and compile that? You are more familiar with the problems/internals of sshfs.
@166MMX I agree, this doesn't sound too complicated, if I am understanding correctly, we would just need to change the
Yes, I think this sounds like a great idea. This should be easy to do. The one thing this PR is fixing though is the fact that we no longer can write to /Volumes/ (to quote @mischievous - Bloody apple!). |
See #20.