[PATCH 2/2] erofs-utils: refine README
Gao Xiang
hsiangkao at linux.alibaba.com
Fri Mar 10 20:16:01 AEDT 2023
Add some words about userspace fragment cache as a TODO.
Signed-off-by: Gao Xiang <hsiangkao at linux.alibaba.com>
---
README | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/README b/README
index 6474ed1..e224b23 100644
--- a/README
+++ b/README
@@ -183,7 +183,7 @@ Therefore, NEVER use it if performance is the top concern.
How to mount an EROFS image with erofsfuse
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-As the other FUSE implementations, it's quite simple to mount with
+As the other FUSE implementations, it's quite easy to mount by using
erofsfuse, e.g.:
$ erofsfuse foo.erofs.img foo/
@@ -202,15 +202,19 @@ dump.erofs and fsck.erofs
dump.erofs and fsck.erofs are used to analyze, check, and extract
EROFS filesystems. Note that extended attributes and ACLs are still
-unsupported when extracting images with fsck.erofs. If you are
-interested, contribution is, as always, welcome.
+unsupported when extracting images with fsck.erofs.
+
+Note that fragment extraction with fsck.erofs could be slow now and
+it needs to be optimized later. If you are interested, contribution
+is, as always, welcome.
Contribution
------------
-erofs-utils is a part of EROFS filesystem project, feel free to send
-patches or feedback to:
+erofs-utils is a part of EROFS filesystem project, which is completely
+community-driven open source software. If you have interest in EROFS,
+feel free to send feedback and/or patches to:
linux-erofs mailing list <linux-erofs at lists.ozlabs.org>
--
2.24.4
More information about the Linux-erofs
mailing list