For example, you can write something like
(mk-dir "" :root t :just (mk-file "README" "Hello World"))
(and pass it to corresponding function) to have mountpoint with one file README containing "Hello Wold".
Homepage: https://common-lisp.net/project/cl-fuse/
License: LLGPL