parted: print

1 
1 2.4.7 print
1 -----------
1 
1  -- Command: print [NUMBER]
1 
1      Displays the partition table on the device parted is editing, or
1      detailed information about a particular partition.
1 
1      Example:
1 
1           (parted) print
1           Disk geometry for /dev/hda: 0.000-2445.679 megabytes
1           Disk label type: msdos
1           Minor    Start       End     Type      Filesystem  Flags
1           1          0.031    945.000  primary   fat32       boot, lba
1           2        945.000   2358.562  primary   ext2
1           3       2358.562   2445.187  primary   linux-swap
1           (parted) print 1
1           Minor: 1
1           Flags: boot, lba
1           File System: fat32
1           Size:            945.000Mb (0%)
1           Minimum size:     84.361Mb (0%)
1           Maximum size:   2445.679Mb (100%)
1