updaed for writability
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 15 Jul 2022 01:35:51 +0000 (11:35 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Fri, 15 Jul 2022 01:35:51 +0000 (11:35 +1000)
README.adoc

index 6d9f7751ed3a6376ef5de4c6adb32c9e927a2218..00ce11b9ed4a6414f35624391431c93acb1e71b6 100644 (file)
@@ -2,11 +2,9 @@ fusefile
 ========
 
 This project implements a "fuse" device to mount as a single file that
-is a concatenation of fragments of one or more files. By default the
-fused file is read-only.
-
-A writeable fused file is set up by
-associating the mount with a scratch-pad
+is a concatenation of fragments of one or more files. The fused file
+allows overwriting the parts files, but not changing their sizes, and
+only for parts files that are writable upon first access.
 
 FUSE file mount for combining file fragments.