Jeff Boerio <[EMAIL PROTECTED]> 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.


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to