LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to see list of linux partition in the disk (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-see-list-of-linux-partition-in-the-disk-12948/)

rsnambiar 01-29-2002 02:11 AM

How to see list of linux partition in the disk
 
Hello ,

I am newbie to linux . can somebody tell how see list of linux partition.

Thanx in advance

acid_kewpie 01-29-2002 02:25 AM

Code:

[root@trevor chris]# fdisk -l

Disk /dev/hda: 255 heads, 63 sectors, 2491 cylinders
Units = cylinders of 16065 * 512 bytes

  Device Boot    Start      End    Blocks  Id  System
/dev/hda1  *        1      523  4200966  83  Linux
/dev/hda2          524      530    56227+  83  Linux
/dev/hda3          531      2491  15751732+  5  Extended
/dev/hda5          531      1053  4200966  83  Linux
/dev/hda6          1054      1073    160618+  82  Linux swap
/dev/hda7          1074      2491  11390053+  83  Linux

Disk /dev/hdb: 255 heads, 63 sectors, 2432 cylinders
Units = cylinders of 16065 * 512 bytes

  Device Boot    Start      End    Blocks  Id  System
/dev/hdb1  *        1      2432  19535008+  c  Win95 FAT32 (LBA)



All times are GMT -5. The time now is 12:06 PM.