The entire box. How many gigs is everything using?
And how do I check total?
|
|
|||
|
|
migrated from stackoverflow.com |
|
|
|
At a command line, type
This will list each device and usage information. You might find
more readable, since it gives quantities in Gb or Mb, etc. |
||
|
|
|
|
As suggested by others, If you are using ubuntu, then baobab is already installed. Start it from
|
|||
|
|
|
|
lists the size of all the folders in the current directory (or at a location of your choice) |
||
|
|
|
|
|
||||
|
|
|
tells you how much folder is taking space. You can list multiple directories at once or use *.
tells you the total space of each mount point. You can omit h (human readable) from both if you want to know the exact amounts. |
|||
|
|
|
|
|
|||
|
|
|
|
There is also ncdu. |
||
|
|