du -sh does not work
Opened this issue · 1 comments
DiagonalArg commented
du -sh returns "0".
capttrousers commented
I had the same issue, I found this post https://hugopeixoto.net/articles/2020-05-06.html
Which goes into a lot of detail, but the TLDR is du --apparent-size -sh
seems to work