If you’re using ubuntu then you can use the GUI utility “Disk usage checker”. Or there is another way to check the disk space usage on ubuntu. You can use the df command on terminal. Whenever you want to list the disk space usage on ubuntu then type :
df -TH
This will list the disk space usage.
