Subject: Re: Quickie question regarding 40GB drive/1.5 (missing half)
To: None <sudog@sudog.com>
From: David <neko@gencompprod.net>
List: port-i386
Date: 04/17/2001 11:06:20
On Mon, 16 Apr 2001 sudog@sudog.com wrote:

> 
> As a normal user under this Duron 700, KX133 VIA blah blah system:
> 
> :douglas:14:43:47 ~# su -l marc
> :douglas:14:57:36 ~$ df
> Filesystem  512-blocks     Used    Avail Capacity  Mounted on
> /dev/wd0a      5943492   354898  5291418     6%    /
> /dev/wd0e     15847520  4240758 10814386    28%    /usr
> /dev/wd0f     16159518        2 15351540     0%    /doke
> kernfs               2        2        0   100%    /kern
> :douglas:14:57:38 ~$
> 
> Yet as root:
> 
> :douglas:14:33:55 ~# df
> Filesystem  1K-blocks     Used    Avail Capacity  Mounted on
> /dev/wd0a     2971746   177449  2645709     6%    /
> /dev/wd0e     7923760  2120379  5407193    28%    /usr
> /dev/wd0f     8079759        1  7675770     0%    /doke
> kernfs              1        1        0   100%    /kern
> :douglas:14:56:29 ~#
> 
> The user df is correct, definitely. disklabel is correct (and shows
> the 15MB/etc values.
> 
> Is there something I'm missing here? Like half my drive?
> 
> marc
> 
> 
	the root's df is aliased to use "df -k", that causes df to report
by 1024 blocks.  I installed GNU's df and alias "df -h" and also have "du
-h" which shows in MB and GB.

David