From: Ralph Ronnquist Date: Fri, 15 Jul 2022 01:35:51 +0000 (+1000) Subject: updaed for writability X-Git-Tag: 0.4~11^2~1 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=31e7c2454c1ef879b92a6fd4aa8289d377c82467;hp=cdaf3261dc144ef39445d8089f8b17765226466c;p=rrq%2Ffusefile.git updaed for writability --- diff --git a/README.adoc b/README.adoc index 6d9f775..00ce11b 100644 --- a/README.adoc +++ b/README.adoc @@ -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.