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

fusermount not installed #31

Closed
dportabella opened this issue Nov 25, 2016 · 3 comments
Closed

fusermount not installed #31

dportabella opened this issue Nov 25, 2016 · 3 comments

Comments

@dportabella
Copy link

I installed both packages:
https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.3/osxfuse-3.5.3.dmg
https://github.com/osxfuse/sshfs/releases/download/osxfuse-sshfs-2.5.0/sshfs-2.5.0.pkg

and sshfs works; that's great!
however the command fusermount is not installed.

@bfleischer
Copy link
Member

fusermount does not exist on macOS. You can unmount FUSE volume by running umount /path/to/mountpoint in Terminal or pressing the eject button in Finder.

@dportabella
Copy link
Author

ok, thx.
please update the README.md accordingly (it currently mentions fusermount).

shreelock added a commit to shreelock/sshfs that referenced this issue Apr 4, 2019
Updating the README for unmounting, as per osxfuse#31
@ggarek
Copy link

ggarek commented Aug 27, 2019

Man pages also state to use fusermount and there is no word about umount. It may be worth updating as well.

NAME
       SSHFS - filesystem client based on ssh

SYNOPSIS
   mounting
       sshfs [user@]host:[dir] mountpoint [options]

   unmounting
       fusermount -u mountpoint
➜ sshfs --version
SSHFS version 2.10
OSXFUSE 3.10.2
FUSE library version: 2.9.7
fuse: no mount point

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

3 participants