[issue42461] os.statvfs_result doesn't show f_fsid

haoyixing report at bugs.python.org
Thu Nov 26 01:05:27 EST 2020


haoyixing <359062468 at qq.com> added the comment:

Under my mac and fedora test environment, calling statfs in C language as a non-privileged user both returned meaningful fsid. And in python os.statvfs(some_path).f_fsid can also show the f_fsid of path. So I didn't see any inconveniences so far if object print shows it.

----------

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


More information about the Python-bugs-list mailing list