File: example.txt

package info (click to toggle)
python-llfuse 0.40-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,400 kB
  • ctags: 5,474
  • sloc: python: 1,240; ansic: 139; makefile: 65
file content (13 lines) | stat: -rw-r--r-- 329 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
.. _example file system:

=====================
 Example File System
=====================

The following is an example of a very simple in-memry file system 
based on LLFUSE (this example is also included in the LLFUSE tarball as
:file:`examples/tmpfs.py`).

.. literalinclude:: ../examples/tmpfs.py
   :linenos:
   :lines: 12-