Bug 313402 - filelight can't handle hardlinks
Summary: filelight can't handle hardlinks
Status: RESOLVED DUPLICATE of bug 144948
Alias: None
Product: filelight
Classification: Applications
Component: general (show other bugs)
Version: 1.12
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Martin Sandsmark
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-17 12:36 UTC by Dave
Modified: 2013-01-17 21:02 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave 2013-01-17 12:36:38 UTC
Filelight sees hardlinked files as individual files, consuming more disk space than they actually do. (On my system, a 10GB disk shows up as >100GB)

Reproducible: Always

Steps to Reproduce:
mkdir test ; cd test
dd if=/dev/urandom of=testfile1 bs=1M count=100
ln testfile1 testfile2 ; ln testfile1 testfile3 ; ln testfile1 testfile4
filelight ..
Actual Results:  
interface shows the directory being 400MB

Expected Results:  
interface shows the directory being 100MB, like du -sh would
Comment 1 Martin Sandsmark 2013-01-17 21:02:53 UTC

*** This bug has been marked as a duplicate of bug 144948 ***