Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
titlesshfs
linenumberstrue
collapsetrue
set CYGFUSE=WinFsp
set "PATH=C:\Program Files\SSHFS-Win\bin;%PATH%"
"C:\Program Files\SSHFS-Win\bin\sshfs.exe" -o idmap=abunimehuser -o transform_symlinks -o follow_symlinks -o StrictHostKeyChecking=no abunimeh@psexport.slac.stanford.edu:/ H:"

This will mount it on H: drive

...