Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56970 - coreutils-5.2.1-r1: du miscalculating free space
Summary: coreutils-5.2.1-r1: du miscalculating free space
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-13 17:30 UTC by Redeeman
Modified: 2004-07-13 17:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Redeeman 2004-07-13 17:30:18 UTC
root@server / # du --max-depth=1 -h
4.7M    ./bin
2.2M    ./boot
32K     ./dev
1003K   ./etc
1.7M    ./home
8.0M    ./lib
1.5K    ./mnt
145K    ./opt
385M    ./proc
4.6M    ./root
5.5M    ./sbin
0       ./sys
12K     ./tmp
707M    ./usr
21M     ./var
1.2G    .
root@server / # df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hda2             3.6G  757M  2.8G  21% /
none                  189M     0  189M   0% /dev/shm
/dev/hda1              46M  6.2M   38M  15% /boot

hmm! it says 1.2gb!?

Reproducible: Always
Steps to Reproduce:
1. do the commands above
2.
3.

Actual Results:
Comment 1 Ciaran McCreesh 2004-07-13 17:31:41 UTC
Where's your emerge info output? Also cat /proc/mounts and /etc/fstab for good measure...