When I run:
>>> psutil.disk_usage('/')
sdiskusage(total=451000901632, used=11184947200, free=77055238144, percent=12.7)
Used is totally wrong compared to what my laptop about page says, as well as used + free != total
What do each of these separate columns actually refer to?
TIA