os.statvfs shows negative value #13631
Replies: 1 comment
-
after reinstall of micropython the problem was solved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
the micropython code os.statvfs('/') shows negative values (-13, -13) for Size of Total File System and Number of Free Blocks:
os.statvfs('/')
(4096, 4096, 212, -13, -13, 0, 0, 0, 0, 255)
What is the reason?
Beta Was this translation helpful? Give feedback.
All reactions