X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=README.adoc;h=7bf90491d717fb3ef9a6276e47778d369b4a5afc;hb=cc21d1ab7c157da459a33ddd6b30d862cd144eec;hp=5e4f36385498268be4f985221beb794caf3882f4;hpb=e4f6422b273fa4c38b444aead8485ef3718fb123;p=rrq%2Ffusefile.git diff --git a/README.adoc b/README.adoc index 5e4f363..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 X: +This is an example of tearing down a fused file C: ---- $ fusermount -u C ----