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
Running Ubuntu Server 22.04.2 LTS on an SSD connected using the provided USB adapter results in two partitions being created:
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 440G 3.5G 419G 1% /
/dev/sda1 253M 149M 104M 59% /boot/firmware
The logic used to calculate the hard disk usage seems to assume there is one single partition which results in the hard disk usage being miscalculated.
This is also an issue with the latest Raspbian (bookworm). Basically, the size of each sda* partition gets concatenated into a long string and throws the entire calculation off:
Running Ubuntu Server 22.04.2 LTS on an SSD connected using the provided USB adapter results in two partitions being created:
The logic used to calculate the hard disk usage seems to assume there is one single partition which results in the hard disk usage being miscalculated.
The text was updated successfully, but these errors were encountered: