screenFetch icon indicating copy to clipboard operation
screenFetch copied to clipboard

macOS Disk Size

Open unixb0y opened this issue 5 years ago • 3 comments

I'm submitting a ... (check one with "x")

[x] bug report
[ ] new distro request

Bug report My disk usage is around 190GB, but shows as 11G / 500G.

> screenfetch -v
...
:: Finding current disk usage...found as '11G / 500G (4%%)'
...

If I execute the lines of the scrip that should be executed manually, it works fine though:

> totaldisk=$(df -H /System/Volumes/Data 2>/dev/null | tail -1)
> awk '{print $3}' <<< "${totaldisk}"
189G

unixb0y avatar Jul 27 '20 13:07 unixb0y

+1 I'm experiencing the same issue

FrankKair avatar Mar 18 '21 11:03 FrankKair

Hmmmm. Unsure why that's happening. I'll need to check it out locally and see what's happening. Thanks for the report!

KittyKatt avatar Mar 19 '21 01:03 KittyKatt

@KittyKatt awesome thanks!

unixb0y avatar Mar 24 '21 23:03 unixb0y