Hi John,
One thing I do need to resolve is mounting network shares in Genode. The VFS is obviously designed for things just like this, but I'm having trouble finding detailed info on this topic.
Could someone point me in the right direction for how to set this up? I am currently using NFS, but I will gladly switch to SSHFS or anything else that works.
I'm afraid there is currently no solution for mounting a network share on Genode. You are right that the architecture yields itself to such a feature by the means of a file-system server component, or a VFS plugin. But to my knowledge, no such implementation exists today.
Cheers Norman