bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-6.9 and Tru64 UNIX 5.1 FFM mounts


From: Albert Chin
Subject: Re: coreutils-6.9 and Tru64 UNIX 5.1 FFM mounts
Date: Fri, 6 Jul 2007 08:15:32 -0500
User-agent: Mutt/1.5.6i

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 <address@hidden> 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 (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]