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
--
albert chin ([EMAIL PROTECTED])
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils