I hope that the title is clear. I have this problem:
With Disk Usage Analyzer
I have this situation
As we can see the /home/linofex directory uses about 6 GB. Well, I wrote these lines in a conky script:
Root ${fs_used /} $color/ ${fs_size /}
home ${fs_used /home/linofex} $color/ ${fs_size /home/linofex}
data ${fs_used /media/ntfs} $color/ ${fs_size /media/ntfs}
But conky shows:
where data is an other partition and Root is ${fs_used /} $color/ ${fs_size /}
Why the numbers of GB doesn't match?