funbiscuit/spacedisplay-rs

Correctly count hard links

funbiscuit opened this issue · 1 comments

Currently each hard link is counted towards used size which is inaccurate. Should correcly count hard links.
This might slow down scan speed. In this case this should be an optional parameter.

vi commented

Maybe also correctly count BTRFS copy-on-write / deduplicated files along the way?