On Fri, Jul 06, 2007 at 07:59:35AM -0500, Albert Chin wrote:
> On Fri, Jul 06, 2007 at 08:33:17AM +0100, James Youngman wrote:
> > On 7/6/07, Albert Chin <[EMAIL PROTECTED]> wrote:
> > >Using GNU df from coreutils-5.9:
> > ># gdf -k /mnt/foo
> > >gdf: `/mnt/foo': Invalid argument
> > >gdf: no file systems processed
> >
> > Perhaps you could provide an extract from a system call trace
> > indicating which system calls returned EINVAL, and on what.
>
> The following is the output from running truss against GNU df:
> $ /usr/opt/svr4/bin/truss -f -o /tmp/a ./df /mnt/foo
> 116927: stat("/mnt/foo", 0x0000000140006800) = 0
> 116927: getfsstat(0x00000000, 0, MNT_NOWAIT) = 10
> 116927: getfsstat(0x0000000140008000, 28160, MNT_NOWAIT) = 10
> 116927: statfs("/mnt/foo", 0x000000011FFFAEA0, 4831820176) = 0
> 116927: pathconf(0x000000011FFFB0A0, 14) Err#22 Invalid
> argument
Looks like _PC_NAME_MAX won't work on FFM mounts.
--
albert chin ([EMAIL PROTECTED])
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils