On Jan 21, 2012 2:50 PM, "Anthony Martin" <ality@pbrane.org> wrote:
>
> Eli Cohen <echoline@gmail.com> once said:
> > % echo b115200 > /dev/eiaU0/eiaUctl
> > % mount -ncC /dev/eiaU0/eiaU /n/anything
> > % ls /n/anything
> > anything
> >
> > the output of ls is just whatever directory i mount it in, though accessing
> > arductl and ardudata works fine despite their absence from the directory
> > listing.
> >
> > anyone have any ideas what i might be doing wrong?
> >
> > the source code is at https://github.com/echoline/NinePea
>
> Without looking at the code it sounds like
> you're not getting the Rstat correct.  Does
> the root qid return "/" for the stat name?
>
> You can use iostats(4) to help investigate.
>
> Cheers,
>  Anthony
>

thanks!  that let me resolve the issue.