[issue43638] MacOS os.statvfs() has rollover for >4TB disks at each 4TB (32bit counter overflow?)

Sander report at bugs.python.org
Sat Mar 27 11:46:03 EDT 2021


Sander <sander.jonkers+github at gmail.com> added the comment:

Correction on typo in original post / to be clear:

>From the "df -m /Volumes/Frank/", Available is 19435615 in unity of 1MB blocks, so 19435615 MB. Which is 18.5 TB. All correctly reported by "df -m". But not by os.statvfs()

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43638>
_______________________________________


More information about the Python-bugs-list mailing list