Skip to content

Commit

Permalink
Adding instructions on mounting SSHFS to the sherlock docs. (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
phargogh authored Mar 21, 2024
1 parent d97ede3 commit 9826ff4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/docs/storage/data-transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,18 @@ and then should not be typed in).
$ umount ~/sherlock_home
```

On Windows, once SSHFS is installed, you can mount the `$SCRATCH`
filesystem as a network drive through the windows file explorer. To do
this, go to "This PC", right-click in the "Network Locations" section of
the window and select "Add a Network Drive". Then, in the "Add Network
Location Wizard", you would use the following network address:

```
\\sshfs\<sunetid>@dtn.sherlock.stanford.edu
```

This will mount the `$SCRATCH` partition as a network drive on your PC.

For more information about using SSHFS on your local machine, you can
refer to this [tutorial][url_sshfs_tuto] for more details and examples.

Expand Down

0 comments on commit 9826ff4

Please sign in to comment.