shithub: ext4srv

Download patch

ref: e835e8c4aa43a5ff2e51959b850323cb150a2725
parent: 2b169371d00965ad627313ec87c40c958764d863
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Nov 15 17:46:00 EST 2020

update readme

--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
 # ext4srv
 
-Ext[2-4] file system for Plan 9.
+Ext[2-4] file system for Plan 9. Read *and* write.
 
-Supports recovery, journal, extents and all basic operations.  *NOT*
-heavily tested yet, use at your own risk.
+Tested with ext2, ext3 and ext4. With journaling and extents.
 
+In any case, use at your own risk.
+
 ## Installation
 
 	; cd /tmp
@@ -22,3 +23,5 @@
 	; ext4srv
 	; mount /dev/ext4 /n/linux /n/sdN0/ext4partition
 	; ls -l /n/linux
+
+See `ext4srv -h` for more usage examples. Needs a proper man page for sure.