Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2001 12:50:02 -0800 (PST)
From:      Daniel Hagan <dhagan@colltech.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/23008: df -k reports incorrect amount of disk taken when  BLOCKSIZE=K
Message-ID:  <200101032050.f03Ko2B35115@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/23008; it has been noted by GNATS.

From: Daniel Hagan <dhagan@colltech.com>
To: freebsd-gnats-submit@FreeBSD.org, zaks@prioris.mini.pw.edu.pl
Cc:  
Subject: Re: bin/23008: df -k reports incorrect amount of disk taken when 
 BLOCKSIZE=K
Date: Wed, 03 Jan 2001 15:43:10 -0500

 I built du from -CURRENT and couldn't reproduce your problem:
 
 > ./du -sk /etc
 du: /etc/isdn: Permission denied
 du: /etc/uucp: Permission denied
 688     /etc
 > env BLOCKSIZE=K ./du -sk /etc
 du: /etc/isdn: Permission denied
 du: /etc/uucp: Permission denied
 688     /etc
 > ./du -s /etc
 du: /etc/isdn: Permission denied
 du: /etc/uucp: Permission denied
 1376    /etc
 
 Can you provide more details, or should this be closed?
 
 Daniel
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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