LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   need to know partition volume (https://www.linuxquestions.org/questions/linux-newbie-8/need-to-know-partition-volume-521726/)

shipon_97 01-22-2007 11:00 AM

need to know partition volume
 
Friends ,

I want to know the each partition size of my Linux Enterprise Distribution . What will be the command ?

[KIA]aze 01-22-2007 11:02 AM

To get the full size and free space of all mounted disks/partitions:
Code:

df -h
(-h=human readable, i.e in Bytes)
To get a listing of all available hard disks and partitions (even unmounted):
Code:

fdisk -l
(This one might require root privileges.)
(-l=list)


All times are GMT -5. The time now is 07:03 PM.