Knfsd handles exports differently than unfsd, so you need to change your
mount scripts a bit. You have to export each device separately and then
mount them back into a tree on the client side. If you get a "permission
denied" error, it means nfsd was trying to cross a mount point on the
server side -- not allowed in knfsd. Once the exports are properly
mounted, mount points will be crossed on the client side and the server
will see access only within a partition.
I haven't tried exporting a root directory (I'm running knfsd on the
local machine, so it would be a little confusing), but have been able to
export several partions and get them remounted properly.
Regards,
Bill