A partition manipulation program. See also:
parted,partprobe. More information: https://www.gnu.org/software/parted/parted.html.
sudo parted {{/dev/sdX}}
print
select {{/dev/sdX}}
GPT partition table):mkpart {{partition_name}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}
MBR partition table):mkpart {{primary|logical|extended}} {{btrfs|ext2|ext3|ext4|fat16|fat32|hfs|hfs+|linux-swap|ntfs|reiserfs|udf|xfs}} {{0%}} {{16G}}
resizepart {{/dev/sdXN}} {{end_position_of_partition}}
rm {{/dev/sdXN}}
?