The Computer Oracle

Linux, checking how much space is used in each partition

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3 Looping

--

Chapters
00:00 Linux, Checking How Much Space Is Used In Each Partition
00:19 Answer 1 Score 43
00:32 Accepted Answer Score 6
00:46 Answer 3 Score 3
01:06 Answer 4 Score 3
01:33 Thank you

--

Full question
https://superuser.com/questions/10974/li...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #diskspace

#avk47



ANSWER 1

Score 43


The command-line tool to use is df.

In pretty form, df -h to get the results in human-friendly form.




ACCEPTED ANSWER

Score 6


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.




ANSWER 3

Score 3


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 Application > Accessories > Disk Space Analyzer




ANSWER 4

Score 3


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:
System -> Administration -> Partition Editor

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:

sudo apt-get install gparted