LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is command for seeing hard disk partitions and its type? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-command-for-seeing-hard-disk-partitions-and-its-type-108376/)

AskMe 10-25-2003 11:38 AM

What is command for seeing hard disk partitions and its type?
 
What is the command for seeing hard disk information, like what type of file system I have, How many space is remain, and what is the partition size, and their number etc.

trickykid 10-25-2003 11:42 AM

You can use fdisk to list them with information..

fdisk -l

And use df to view more details about size and space left, etc.

df -h


All times are GMT -5. The time now is 08:59 AM.