-
Notifications
You must be signed in to change notification settings - Fork 130
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
Terminal hangs on trying to access a mounted folder #29
Comments
Please update FUSE to version 3.5.3 and test again. 3.5.0 contains a bug that can cause hangs. |
Works perfect now, thank you. I've installed sshfs and osxfuse using brew. So, I guess the installation formula is outdated. |
So, it seems that this issue is back with 3.7.1 SSHFS version 2.5 (OSXFUSE SSHFS 2.5.0) |
As far as I know SSHFS 2.5 will not work with Sierra or newer builds if trying to mount under /Volumes. SSHFS will try to create the mount point, and Sierra and newer will not let anyone except root create directories under /Volumes. There is a working around floating around that will tell the underlying fuse driver to create the mount point, but you need a version of SSHFS that supports the mode. |
I'm not mounting under /Volumes. It works for me (mounting in my home folder) but I can't cd into it from the terminal, it freezes when I try that. Can still use Finder to explore it and everything else though. I'm guessing I'll have to build the latest version of sshfs to try this? The one over here works on mac? https://github.com/libfuse/sshfs Thanks |
Same issue here. Mounting works in the finder but I can't cd into the folder from the terminal. I've tried to install a newer release of sshfs but could not build with Mason (error: Fuse3 missing). macOS High Sierra |
This is my version from here ... https://github.com/mischievous/sshfs. ... sshfs needs to go into /usr/local/bin, and the two libraries into /usr/local/lib. Give this one a try and see if it works. |
Experiencing the same issue with Fuse 3.7.1 and SSHFS 2.5.0 - has anyone successfully gotten it to work? |
In my case, switching my ohmyzsh shell theme back to the default fixed the issue. I suspect some themes introduce extra git behaviours which run fine locally but take ages to run on large mounted SSH drives. |
Im suffering the same problem, any succes yet? |
Same here: Mac OS: 10.12 "cd" into the directory -> hangs So sshfs cannot be killed, except with That is very annoying!! |
Is there a solution to this problem? |
I simply reinstalled osxfuse and sshfs and things worked out fine |
Same thing here. Kinda annoying tho having to be switching back and forth to the original theme. Any quick solution other than this? |
Same issue here: hanging terminal after a disconnection until reconnected, even with |
Was also having this problem with sshfs 2.10_2 (the version homebrew has) and OSXFuse 3.11.2. Changed my install source to the macfuse website (gives sshfs 2.5) and the problem is seemingly gone. On MacOS Catalina 10.15.7, curious if this is actually the same bug recurring in some way or something unrelated. |
I had the same problem and I found the reason for it: |
I'm wondering how this issue is open for 5 years!!! |
For me the issue was somehow resolved by installing not the newest but older version of the osxFUSE package. I don't know if it's the same bug but it was hanging the terminal that executed the |
Terminal and Finder hang on trying to access a mounted remote drive via sshfs.
macOS Sierra
sshfs 2.8
osxfuse 3.5.0
Fuse library 2.9.7
The text was updated successfully, but these errors were encountered: