Bug 30275

Summary: Wrong space calculation in du
Product: Base System Reporter: zaks <zaks>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description zaks 2001-09-03 00:00:00 UTC
	du reports half of space taken when given both -k and -h options

Fix: 

Unknown
How-To-Repeat: 	$ BLOCKSIZE=K /usr/bin/du -sk libdata
	10295   libdata
	$ BLOCKSIZE=K /usr/bin/du -shk libdata
	5.0M    libdata
Comment 1 robert freebsd_committer freebsd_triage 2001-09-04 10:44:54 UTC
State Changed
From-To: open->closed

The bug has been fixed in -CURRENT.  Thanks for the bug report!