From 9826ff4404e28a092b2b388aba39046c02cbc64e Mon Sep 17 00:00:00 2001
From: James Douglass <jdouglass@stanford.edu>
Date: Thu, 21 Mar 2024 16:19:09 -0700
Subject: [PATCH] Adding instructions on mounting SSHFS to the sherlock docs.
 (#148)

---
 src/docs/storage/data-transfer.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/docs/storage/data-transfer.md b/src/docs/storage/data-transfer.md
index 12a875f51..a7e916094 100644
--- a/src/docs/storage/data-transfer.md
+++ b/src/docs/storage/data-transfer.md
@@ -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.