# fdisk > Manage partition tables and partitions on a storage drive. > See also: `partprobe`, `parted`, `cfdisk`. > More information: . - List partitions: `sudo fdisk {{[-l|--list]}}` - Start the interactive partition manipulator: `sudo fdisk {{/dev/sdX}}` - Open a help [m]enu: `` - View the [p]artition table: `

` - Create a [n]ew partition: `` - Select a partition to [d]elete: `` - [w]rite the changes made: `` - Discard the changes made and [q]uit: ``