4b8e88f0d250

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 24 Feb 2020 19:46:53 -0500
parents 19cc0bdaf3cc
children 465a6e722263
branches/tags (none)
files README.markdown

Changes

--- 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