On 31/05/2014, Philip Guenther <guent...@gmail.com> wrote: > opendir/readdir don't look at the st_size member, so I don't think any of > those will help. You haven't found the real problem yet.
Yes, I missed this in getdents docs: "nbytes must be greater than or equal to the block size associated with the file". With block size great enough to hold a full 9p stat structure, it now works. Thanks for the help.