========
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.