Bug #132
Add -c to df
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
Hi
Here is a patch to add -c to df. -c adds up all the relevant fields
and displays a grand total at the end. It is mostly based on the
changes made in FreeBSD.
http://franchan.ath.cx:4848/~tj/DragonFly/patches/df.patch
Trevor
Related todos
History
Updated by trevorjk about 7 years ago
On 4/1/06, Trevor Kendall <trevorjk@gmail.com> wrote:
> Hi
>
> Here is a patch to add -c to df. -c adds up all the relevant fields
> and displays a grand total at the end. It is mostly based on the
> changes made in FreeBSD.
>
> http://franchan.ath.cx:4848/~tj/DragonFly/patches/df.patch
>
> Trevor
>
I'm removing my support for this patch. It wont work correctly with
large filesystems. I'll resubmit this patch when statfs uses larger
data types. There were also minor little other details found with the
patch that are not related to large filesystem support.
Trevor