-
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
How to unmount sshfs mounted on FUSE filesystem #67
Comments
Still a problem. |
Folks, if you're running into this, and easy workaround is to just create a new mount point. E.g., if
execute
Eventually -- and certainly after rebooting -- the mount points will be released. |
@artgoldberg If you run unmount from within a mounted directory then it will fail with this for sure. Not sure what other cases would lead to that. |
Maybe this is obvious, but if the resource is being used by some process (that is, the resource is actually busy), then that could prevent the unmount. Remounting a stale sshfs mount is unfortunately a little cumbersome (close/kill any processes using that node, |
i have often problem with hanging volumes. at least in this case |
Hello sshfs
Following the directions in SSHFS, I've mounted a remote directory on a local directory.
The line in the mount table is
The connection has gone stale and I'd like to remount it. Reissuing this command
generates
But various attempts to use umount fail. E.g.,
generates
And
diskutil unmount
says:Running macOS Big Sur.
Assistance would be greatly appreciate.
Arthur
The text was updated successfully, but these errors were encountered: