linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Has it been done: User Script File System?
@ 2001-06-13 17:39 Russ Lewis
  2001-06-13 17:12 ` Jeff Dike
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Russ Lewis @ 2001-06-13 17:39 UTC (permalink / raw)
  To: linux-kernel

Is there any filesystem in Linux that uses user scripts/executables to
implement the various function calls?  What I'm thinking of is something
along the lines of a file system module that, when it receives a call
from VFS, passes the information out to a user-mode daemon which could
then run scripts or executables to answer the question.  The daemon
would then return the answer to the module, and the module would answer
VFS.

The reason I'm wondering is that I have a lot of brainstorms about
things that might be cool to implement as filesystems, but I don't want
to take the time to have to implement a full filesystem for each
(especially considering the number of bugs and kernel panics I'm likely
to encounter in the process).  What I'd really like to do is something
like this:

mount -t userfs   /etc/myfs.conf   /myfs

Where /etc/myfs.conf would have something like this:

lookup:  /usr/bin/myfslookup
open:   /usr/bin/myfsopen
etc...

I know that it would be very slow, and might require some modifications
to VFS to make it work (in addition to the module I'd have to write),
but it would be really nice to be able to throw together a very simple
utility filesystem without having to worry about crashing the kernel.

Does Linux have anything even remotely like this?  If not, I might (if I
can spare the time) play around with something like this of my own.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2001-06-16  9:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-13 17:39 Has it been done: User Script File System? Russ Lewis
2001-06-13 17:12 ` Jeff Dike
2001-06-13 18:54 ` Peter Makholm
2001-06-13 19:43 ` Jeremy Fitzhardinge
2001-06-14 13:01 ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).