Prev: [Samba] samba ignores supplementary groups for acl
Next: [ANN] Samba3-HOWTO Japanese translation RELEASED!
From: Volker Lendecke on 24 Feb 2010 07:50 On Wed, Feb 24, 2010 at 01:39:22PM +0100, Daniel Müller wrote: > it seems a few years ago there where a vfs > (Dtabasefs!?)modul making it possible to build a virtual > share from within a mysql database. > In praxis: I thought to have images in my mysqldatabase. > The virtual share in samba points to that database. > Users could browse this virtual share and so searching the > pitures is much more easier. > > Is there anything out that can do this? > Or what are the conditions to build such vfs-module ? Just do it :-) Seriously: This is certainly doable, but it is probably a considerable amount of work. Read-Only might be okay, but once you start doing r/w access, things will become very hairy very quickly. As an alternative route, I would rather search in the fuse filesystem space to see if such a thing exists for fuse. This assumes that you're running on a platform that fuse supports. Volker
From: Daniel Müller on 25 Feb 2010 04:50 Thank you for Your reply. Where can I find instructions (Documentation)to build my own vfs-Modul?! Does opensuse platform supports fuse? Daniel -----Ursprüngliche Nachricht----- Von: "Volker Lendecke" <Volker.Lendecke(a)SerNet.DE> An: "Daniel Müller" <mueller(a)tropenklinik.de> Cc: <samba(a)lists.samba.org> Gesendet: Mittwoch, 24. Februar 2010 13:49 Betreff: Re: [Samba] Samba 3 vfs Modul:virtual share in mysql -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
From: Volker Lendecke on 25 Feb 2010 11:50
On Thu, Feb 25, 2010 at 10:41:03AM +0100, Daniel Müller wrote: > Thank you for Your reply. > Where can I find instructions (Documentation)to build my own vfs-Modul?! Sorry, there's not much more than reading examples in modules/vfs_*, in particular as the interface has changed quite a bit with Samba 3.5. > Does opensuse platform supports fuse? I don't know it positively, but I would be VERY surprised if it did not. Volker |