Did unionfs-fuse work with NFS? Note: NFS needs seekdir()/telldir() to work, and that's the hard part. Last I heard, you couldn't NFS-export fuse filesystems (though that may well have changed now, Miklos improves fuse so fast that whenever I look at it all my previous complaints have vanished...)
Posted Jul 15, 2010 19:26 UTC (Thu) by aakef (subscriber, #38030)
[Link]
It works fine if you use unfs3 and probably also knfsd will partly work. In order to get knfsd properly working, we would need to switch to the low-level fuse interface (presently not on my TODO list).