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.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/