Bug 313402

Summary: filelight can't handle hardlinks
Product: [Applications] filelight Reporter: Dave <130117>
Component: generalAssignee: Martin Sandsmark <martin.sandsmark>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 1.12   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***