Subject: Re: Quickie question regarding 40GB drive/1.5 (missing half)
To: None <sudog@sudog.com>
From: Chris Pinnock <cjep@fawlty.net>
List: netbsd-help
Date: 04/17/2001 06:25:41
On Mon, Apr 16, 2001 at 02:53:00PM -0700, sudog@sudog.com wrote:
> As a normal user under this Duron 700, KX133 VIA blah blah system:
> :douglas:14:57:36 ~$ df
> Filesystem  512-blocks     Used    Avail Capacity  Mounted on

> Yet as root:
> :douglas:14:33:55 ~# df
> Filesystem  1K-blocks     Used    Avail Capacity  Mounted on

The default .cshrc file for root on NetBSD contains "setenv BLOCKSIZE 1k"
which affects output from commands such as df and du. The default is
512 bytes, which is what you are seeing in your normal user environment.

cheers,
-- 
Chris