Parameters for df(1) in FreeBSD inside DF_COMMAND
Brought to you by:
spitzak
In FreeBSD the invocation parameters for df(1) lead to an error, as »-x« (‘exclude’ in Linux) is not known.
I think you would want something like »-t noprocfs,devfs,fdescfs« (see manual page df(1)—strangely enough the prefix »no« applies to all following entries).
You can find my working proposal in the attachment.
Regards,
Kalten
I pushed your recommended patch, looks good to me