Skip to content

Commit

Permalink
Update mounting_o2_mac.md
Browse files Browse the repository at this point in the history
Added flags -o compression=no -o Cipher=arcfour to improve responsiveness of sshfs setup
  • Loading branch information
sjhosui authored Jan 31, 2024
1 parent 42f1ca8 commit 9e179cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/mounting_o2_mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ $ mkdir ~/O2_mount
Finally, let's run the `sshfs` command to have O2 mount as a folder in the above space.
```bash
$ sshfs ecommonsID@transfer.rc.hms.harvard.edu:. ~/O2_mount -o volname="O2" -o follow_symlinks
$ sshfs ecommonsID@transfer.rc.hms.harvard.edu:. ~/O2 -o volname="O2" -o compression=no -o Cipher=arcfour -o follow_symlinks
```

Now we can browse through our home directory on O2 as though it was a folder on our laptop.
Expand Down

0 comments on commit 9e179cf

Please sign in to comment.