REQUIREMENTS:
------------

* Linux kernel compiled with fuse (http://fuse.sourceforge.net/) support
  or loaded as module.

* fusermount and headers installed, which are included in the packages
  fuse-utils and libfuse2 under debian or ubuntu. The version 2.5.3
  seems to be required.

* Last version of the fuse python binding
  (http://fuse.sourceforge.net/wiki/index.php/FusePython).

* For using fuse without administrator rights, add yourself in the fuse
  group.



Starting this example:
---------------------

1- Mount the fuse based fs:

./vtagfs.py /mnt/pyinotifyfs

see: http://seb.dbzteam.com/swp/pages/vtagfs.html for more details


2- Start pyinotifyfs:

./pyinotifyfs.py -v /mnt/pyinotifyfs /etc /bin


3- The tree under /mnt/pyinotifyfs should have been created and is
   active.

ls -la /mnt/pyinotifyfs

4- Unmount vtagfs:

fusermount -u /mnt/pyinotifyfs


(note: if you want run pyinotifyfs as daemon look at pyinotifyfsd.sh)

