From 31e7c2454c1ef879b92a6fd4aa8289d377c82467 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Fri, 15 Jul 2022 11:35:51 +1000 Subject: [PATCH] updaed for writability --- README.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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. -- 2.39.2