Adds a partition to an existing partition table (part of sfdisk).
sudo addpart /dev/sda 5
Adds a new partition to a disk, typically for use with partitioning tools
addpart /dev/sda 1 1000000
Informs the kernel of a new partition.
sudo addpart /dev/sda 1 2048 4096