Skip to content

Instantly share code, notes, and snippets.

@mckelvin
Created August 9, 2012 04:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mckelvin/3300825 to your computer and use it in GitHub Desktop.
Save mckelvin/3300825 to your computer and use it in GitHub Desktop.
usage of `sshfs`

refer

## init
$ sudo mkdir /mount_point_absolute_path
$ sudo chown local_user /mount_point_absolute_path

## before
$ sshfs remote@remote_hostname:remote_absolute_path /mount_point_absolute_path

## using

## after 
$ fusermount -u /mount_point_absolute_path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment