Hi,
sqlfs no longer stores the content of files by there path (because that make
files easily inaccessible, if the db get’s slightly corrupted), but by the
database if of the file.
You can use the filesystem stream wrapper to mount a part of the physical
filesystem under given ownership and permissions to the vfs. That’s eg.
usefull for an upload directory in the docroot.
Ralf