parallel-disk-usage
parallel-disk-usage copied to clipboard
Show incorrect size for files stored on cloud with link on local disk
It shows the actual file size for files stored on cloud but not the actual size used on local disk which is very small as it's just a link/meta.
files stored on cloud
What cloud? On what OS? How would du behave?
Just to make sure you are not confusing this tool to some other tool that also named pdu, your pdu prints an ascii graph, right?
Mac 13.2.1, intel skylake. I patched with opencore to have it support ventura. Not sure if it's related.
Du and dust behaves correctly. Yes pdu prints correctly. But it showed I have 300+GBs on mac under home dir versus actually 220gb with dust.
But it showed I have 300+GBs on mac under home dir versus actually 220gb with dust.
Can you add --bytes-format=binary and tell me the result?
same.
Unfortunately, I don't have a Mac, so I can't reproduce this bug.
I suspect that you have some hardlinks in your directory, which I explicitly decided not to handle.
@bboysnick5 Version 0.9.0 has been released. Can you check if the bug has been fixed?