Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 14:39:31 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Wilko Bulte <wkb@freebie.xs4all.nl>
Cc:        current@freebsd.org
Subject:   Re: fun with df..
Message-ID:  <20040113143823.S63442@root.org>

next in thread | raw e-mail | index | archive | help
On Mon, 12 Jan 2004, Wilko Bulte wrote:
> My laptop just presented me with a funny one:
>
> wkb@chuck ~: df
> Filesystem  1M-blocks Used             Avail Capacity  Mounted on
> /dev/ad0s2g      4032 3842 36028797018963835   104%    /usr
> /dev/ad0s2e        62    6                51    12%    /var
>
> ....
>
> wkb@chuck ~: df -k
> Filesystem  1K-blocks    Used   Avail Capacity  Mounted on
> /dev/ad0s2g   4129310 3934638 -135672   104%    /usr
>
> Oldish 5.x- (Dec 17)

Note the M/K flags.  Someone is probably using an unsigned for the M
printing and a (correct) signed for the K printing.

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040113143823.S63442>