My total physical drive space is 256GB and i am not connected to any remote storage.
When i run du -sxh ./* 2>/dev/null
in zsh shell on macOS Big Sur 11.2.3, i get the following results:
39G ./Applications
2.8G ./Library
209G ./System
131G ./Users
2.8G ./private
5.0G ./usr
...(rest of the output is omitted)
total is at around 389GB
So my question is then, why does the the output add put to more than 1.5 of my total physical storage capacity?
In my research on this problem i was primarily relying on this answer.
My question is very similar to this one, however 1) there was no response 2) comments there suggested that this is due to hard linked files, which i have supposedly excluded with -x
argument