bug-coreutils
[Top][All Lists]
Advanced

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

Re: df on AIX 4.3


From: Jim Meyering
Subject: Re: df on AIX 4.3
Date: Wed, 26 Feb 2003 18:24:17 +0100

Jeff Boerio <address@hidden> wrote:
> I played around with the source code a bit, and found that for this
> particular fstype, it was expecting to see "nfs3".  So it looks like df
> is working as expected.  So I'd like to change my bug request to a
> feature enhancement.
>
> If I were to say "df -x nfs" it would be nice to see df look at all
> fstypes that contain ^nfs and exclude them.  This would work for nfs,
> nfs2, nfs3, etc.

How about this:

You can see the type that df gets for each partition with the
--print-type (-T) option.  Then you can add an `-x TYPE' option
to exclude each type that you want to exclude.

Or, more generally, if you're trying to exclude all non-local
types, just use the --local (-l) option.




reply via email to

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