freebsd-dev/bin/df
Julian Elischer 5b42dac8ec Most modern OSs have the ability to flag certain mounts as ones to
be ignored by default by the df(1) program.  This is used mostly to
avoid stat()-ing entries that do not represent "real" disk mount
points (such as those made by an automounter such as amd.)  It is
also useful not to have to stat() these entries because it takes
longer to report them that for other file systems, being that these
mount points are served by a user-level file server and resulting in
several context switches.  Worse, if the automounter is down
unexpectedly, a causal df(1) will hang in an interruptible way.

PR:		kern/9764
Submitted by:	Erez Zadok <ezk@cs.columbia.edu>
1999-11-01 04:57:43 +00:00
..
df.1 Most modern OSs have the ability to flag certain mounts as ones to 1999-11-01 04:57:43 +00:00
df.c Most modern OSs have the ability to flag certain mounts as ones to 1999-11-01 04:57:43 +00:00
Makefile $Id$ -> $FreeBSD$ 1999-08-27 23:15:48 +00:00