Bug 30275 - Wrong space calculation in du
Summary: Wrong space calculation in du
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-03 00:00 UTC by zaks
Modified: 2001-09-04 11:11 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!