LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   easiest way to know how much disk space is left on partition (https://www.linuxquestions.org/questions/linux-newbie-8/easiest-way-to-know-how-much-disk-space-is-left-on-partition-167530/)

el jue 04-07-2004 08:51 PM

easiest way to know how much disk space is left on partition
 
It is a very simple question, what is the linux command that tells me how much disk space is left on the partition?? or i have to install a certain partition manage to know? because it doesn't appear on cfdisk, and I find strange to have to install a external program to the kernel to know such a important thing :confused:

lsj 04-07-2004 09:18 PM

df -H
or
fdisk -l

Nytehawk 04-07-2004 09:19 PM

Code:

df
I like
Code:

df -Th
so it will give you the type and an easier to read for human response.

and yeah....
Code:

df-H
works well too.


All times are GMT -5. The time now is 01:42 AM.