shithub: jirafs

Download patch

ref: 37c59d74571b90a623211a7ef11cf9ce2d90529b
parent: 6d908ded15fff42e38d317dc9cbb677e27ea1b5e
author: Kenny Levinsen <w@kl.wtf>
date: Thu Jun 9 19:30:42 EDT 2016

Add note about v9fs

--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 sudo mount -t 9p -o trans=tcp,port=30000,noextend,sync,dirsync,nosuid,tcp 127.0.0.1 /mnt/jira
 ```
 
-Beware that v9fs, the 9P kernel support for Linux, has a few bugs. One is that it does not feed through the OTRUNC opening option properly. Another is that it does not handle large directory listings well, so keep maxlisting to about 100. The patches to fix this are on their way, but it will probably take a while before you'll get the update.
+Beware that v9fs, the 9P kernel support for Linux, has a few bugs. One is that it does not feed through the OTRUNC opening option properly, meaning that some "echo wee > file" becomes "echo wee >> file" instead. Another is that it does not handle large directory listings well, so keep maxlisting to about 100. The patches to fix these issues are on their way, but it will probably take a while before you'll get the update.
 
 These issues are due to v9fs not getting much use as a "normal" 9P client, but let's change that!