HEX
Server: Apache
System: Linux server.rajbhracom.com 4.18.0-553.54.1.el8_10.x86_64 #1 SMP Tue May 27 22:49:52 EDT 2025 x86_64
User: aviaworks (1000)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //usr/share/doc/python3-llfuse/html/_sources/example.txt
.. _example file system:

======================
 Example File Systems
======================

Python-LLFUSE comes with several example file systems in the
:file:`examples` directory of the release tarball. For completeness,
these examples are also included here.

Single-file, Read-only File System
==================================

(shipped as :file:`examples/lltest.py`)

.. literalinclude:: ../examples/lltest.py
   :linenos:
   :language: python

In-memory File System
=====================

(shipped as :file:`examples/tmpfs.py`)

.. literalinclude:: ../examples/tmpfs.py
   :linenos:
   :language: python


Passthrough / Overlay File System
=================================

(shipped as :file:`examples/passthroughfs.py`)

.. literalinclude:: ../examples/passthroughfs.py
   :linenos:
   :language: python