mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
parent
07d3df8c2d
commit
812c0a0f98
39
examples/VFS/README.OtherModules
Normal file
39
examples/VFS/README.OtherModules
Normal file
@ -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
|
||||
|
||||
------------------------------------------------------------
|
Loading…
Reference in New Issue
Block a user