Begin3 Title: plasticfs Version: 1.11 Entered-date: 28NOV107 Description: The Plastic File System is an LD_PRELOAD module for manipulating what the file system looks like for programs. This allows virtual file systems to exist in user space, without kernel hacks or modules. * The ``viewpath'' file system filter may be used to union all the directory trees in a view path, so that they appear to be a single directory tree. * The ``smartlink'' filter make be used to expand environment variables in symbolic links, using the usual $name notation. * The ``log'' file system filter may be used to transparently log file access, similar to strace. * It is possible to extend PlasticFS with loadable file system filter modules from shared object files. * PlasticFS is dependent on the GNU Libc implementation. PlasticFS is configuring using a GNU Autoconf generated configure script. There are no modifications required to compile it for Linux. Keywords: LD_PRELOAD, filesystem Author: millerp@canb.auug.org.au (Peter Miller) Primary-site: http://plasticfs.sourceforget.net/ plasticfs-1.11.README Description, from the tar file plasticfs-1.11.lsm Description, LSM format plasticfs-1.11.spec RedHat package specification plasticfs-1.11.tar.gz The complete sources. plasticfs-1.11.pdf Reference Manual, Acrobat format Copying-policy: GPL End