X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.adoc;h=7bf90491d717fb3ef9a6276e47778d369b4a5afc;hb=HEAD;hp=80e5840e102e81725d4e00c04d39105b57cc1346;hpb=75c064119fb06302a671e7234f16c6f7d522a566;p=rrq%2Ffusefile.git diff --git a/README.adoc b/README.adoc index 80e5840..7bf9049 100644 --- a/README.adoc +++ b/README.adoc @@ -1,4 +1,6 @@ # fusefile +:author: Ralph Ronnquist +:revdate: Sun, 30 Apr 2023 21:18:34 +1000 This project implements a "fuse" device to mount a concatenation of fragments of one or more files as a single file. @@ -9,15 +11,15 @@ be set up with an __overlay file__ to capture changes instead of writing the underlying fragment files. ==== -This is a nominal usage example to set up a fused file C consisting of -files A and B: +This is a usage example to set up a fused file C consisting of files A +and B: ---- $ fusefile C A B ---- ==== ==== -This is a nominal example of tearing down a fused file C: +This is an example of tearing down a fused file C: ---- $ fusermount -u C ----