# HG changeset patch # User Steve Losh # Date 1582591613 18000 # Node ID 4b8e88f0d250597a15cafe209edd2ec0e2001369 # Parent 19cc0bdaf3cc6161c40e490f098d672f8bb6816f Update diff -r 19cc0bdaf3cc -r 4b8e88f0d250 README.markdown --- a/README.markdown Sun Feb 23 21:50:45 2020 -0500 +++ b/README.markdown Mon Feb 24 19:46:53 2020 -0500 @@ -988,3 +988,15 @@ offset. So we need to remove these reads a bit more carefully (really, we need tools that process the paired-end reads together). Need to think about this a little bit more. + +## 2020-02-24 + +Figured out how to mount a directory on my home machine on my laptop with SSHFS, +in advance for tomorrow in case I need it: + + # mount + mkdir ~/foo + sshfs -o idmap=user sjl@server:/whatever ~/foo + + # unmount + fusermount -u ~/foo