Skip to content

Instantly share code, notes, and snippets.

@borisisok
Created October 13, 2019 06:55
Show Gist options
  • Save borisisok/cd90748b26f2e14d907ad287f377efff to your computer and use it in GitHub Desktop.
Save borisisok/cd90748b26f2e14d907ad287f377efff to your computer and use it in GitHub Desktop.
SSHFS for Windows
# 1) install https://github.com/billziss-gh/winfsp
# 2) install https://github.com/billziss-gh/sshfs-win
# 3) mount remote host now
net use X: \\sshfs\pi@172.16.2.251
@xparq
Copy link

xparq commented Jan 19, 2022

Hi Boris, nice to have it on a page like this; now I can message to fellow googlers: for absolute symlinks to work, too, mount the root dir by appending \..\.. to the UNC path. (Just \ gives "network name cannot be found", and / just stays in ~.)

UPDATE: // has been said to work too, but it didn't for me. But using the \\sshfs.r\ prefix did! See: https://superuser.com/questions/1423371/sshfs-remote-directory-mounting-syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment