In windows, the "My Computer" view shows how much disk space each partition/volume has.
How do I get this information in linux? (linux mint)
|
In windows, the "My Computer" view shows how much disk space each partition/volume has. How do I get this information in linux? (linux mint) |
|||
|
|
|
At the bottom of every tab/window in nautilus it will display how much free space is on the drive you are currently browsing if you have no folders/files selected. |
|||
|
|
|
The command-line tool to use is In pretty form, |
|||
|
Use the df command in a terminal window. I like to use the -k option to get the size in KBytes. |
|||
|
|
|
If I'm remembering correctly, Mint is a slightly re-tooled version of Ubuntu. If this doesn't work, you may need to check the repos for Disk Space Analyzer. You should be able to go to |
|||
|
|
|
To see the size of and disk-space used of partitions... for a pretty, graphical view you can use gparted. If it is installed it will be under: if it's not installed you can remedy that by using synaptic (I assume mint has that or a similar app since it's based on Ubuntu) or just typing the following command into a terminal:
|
|||
|
|