commands.sh

cfdisk

linux

Manage partition tables and partitions on a hard disk using a curses UI. See also: `parted`.

More info →

Options (1)

-z, --zeroboolean

Create a new partition table for a specific device and manage it

Example: sudo cfdisk {{[-z|--zero]}} {{/dev/sdX}}

Examples (2)

Start the partition manipulator with a specific device

sudo cfdisk /dev/sdX

Create a new partition table for a specific device and manage it

sudo cfdisk [-z|--zero] /dev/sdX
made by @shridhargupta | data from tldr-pages