diff options
author | cvs2svn Import User <samba-bugs@samba.org> | 2002-10-01 01:06:38 +0000 |
---|---|---|
committer | cvs2svn Import User <samba-bugs@samba.org> | 2002-10-01 01:06:38 +0000 |
commit | 6007a592b2c842c640f164d3b5132d05b5be82a7 (patch) | |
tree | 99654ceb117602b69c268ccd1d987ae0f9b674cb /examples/VFS/README.OtherModules | |
parent | 512110f3386f43c262a31111a1280fd724cbee20 (diff) | |
parent | 5de642fc6c476f7631b8caaebd1eda5c4d50df57 (diff) | |
download | samba-6007a592b2c842c640f164d3b5132d05b5be82a7.tar.gz samba-6007a592b2c842c640f164d3b5132d05b5be82a7.tar.bz2 samba-6007a592b2c842c640f164d3b5132d05b5be82a7.zip |
This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This used to be commit eb5ce70e2f0e3ebf6bab168108b410174e42818b)
Diffstat (limited to 'examples/VFS/README.OtherModules')
-rw-r--r-- | examples/VFS/README.OtherModules | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/examples/VFS/README.OtherModules b/examples/VFS/README.OtherModules new file mode 100644 index 0000000000..02dced6158 --- /dev/null +++ b/examples/VFS/README.OtherModules @@ -0,0 +1,39 @@ +This file contains a listing of various other VFS modules that +have been posted but don't currently reside in the Samba CVS +tree for one reason ot another (e.g. it is easy for the maintainer +to have his or her own CVS tree). + +No statemets about the stability or functionality any module +should be implied due to its presence here. + + +------------------------------------------------------------ +Date: Sat, 28 Sep 2002 23:41:31 -0500 +From: Eric Lorimer <elorimer@css.tayloru.edu> +To: samba-technical@lists.samba.org +Subject: DatabaseFS VFS module + +Hello, + +I have created a VFS module which implements a fairly complete read-only +filesystem. It presents information from a database as a filesystem in +a modular and generic way to allow different databases to be used +(originally designed for organizing MP3s under directories such as +"Artists," "Song Keywords," etc... I have since applied it to a student +roster database very easily). The directory structure is stored in the +database itself and the module makes no assumptions about the database +structure beyond the table it requires to run. You can find it at: + +http://www.css.tayloru.edu/~elorimer/databasefs/index.php + + +Any feedback would be appreciated: comments, suggestions, patches, +etc... If nothing else, hopefully it might prove useful for someone +else who wishes to create a virtual filesystem. + +Thanks for the great product and keep up the good work. + + +- Eric Lorimer + +------------------------------------------------------------ |