.. index:: parted (command) .. _command_parted: parted - edit partition tables ============================== Usage ^^^^^ ``parted [command [options...]...]`` Synopsis ^^^^^^^^ :: parted is a partition manipulation program with a behaviour similar to GNU Parted commands: Options ^^^^^^^ print print partitions mklabel \ create a new partition table rm \ remove a partition mkpart \ \ \ \ create a new partition mkpart\_size \ \ \ create a new partition unit \ change display/input units refresh refresh a partition table Description ^^^^^^^^^^^ :: can be one of "s" (sectors), "B" (bytes), "kB", "MB", "GB", "TB", "KiB", "MiB", "GiB" or "TiB" must be "gpt" or "msdos" can be one of "ext2", "ext3", "ext4", "fat16", "fat32" or "bbenv" for MBR partition tables can be one of "primary", "extended" or "logical". For GPT this is a name string. can be "max" it will take all remaining space .. generated from: /ptx/work/WORK_EIHEI/sha/backup/barebox/barebox-maintainer-utils/barebox/commands/parted.c .. command function: do_parted