You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sort of moved your issue over here, unfortunately, Github doesn't allow to really isolate + move posts when it is appropriate.
As you df snippt shows, you are not affected by any bug. Indeed the warning is correct as the default is to warn if more than 90% of disk space is used, for your it is 95%:
Filesystem Size Used Avail Use% Mounted on
/dev/root 440G 398G 25G 95% /
You can either increase the limit to silence the warning until you hit again a threshold (say CHECK_DISK=98) or disable the check altogether (not recommended, but possible with CHECK_DISK=0). See here for more information.
I'm seeing the same error but on a raspberry Pi 4, fresh install
Originally posted by @krillin666 in #951 (comment)
The text was updated successfully, but these errors were encountered: