Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print free
Model: ATA WDC WD2500JS-60M (scsi)
Disk /dev/sda: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number  Start   End     Size    Type      File system  Flags
 1      32.3kB  21.0GB  21.0GB  primary   ntfs
 2      21.0GB  130GB   109GB   extended
 5      21.0GB  73.4GB  52.4GB  logical   ntfs
 6      73.4GB  79.6GB  6185MB  logical   linux-swap
 7      79.6GB  130GB   50.0GB  logical   ext3
 3      130GB   170GB   40.0GB  primary   ext3         boot
        170GB   250GB   80.5GB            Free Space

(parted) mkpart logical ext3 170000 230000
Error: Can't have overlapping partitions.
(parted) mkpart logical ext3 180000 230000
Error: Can't have overlapping partitions.

Add a code snippet to your website: www.paste.org