# fdisk > Manage partition tables and partitions on a hard disk. > See also: `partprobe`. > More information: . - List partitions: `sudo fdisk {{[-l|--list]}}` - Start the partition manipulator: `sudo fdisk {{/dev/sdX}}` - Create a [n]ew partition: `` - Select a partition to [d]elete: `` - View the [p]artition table: `

` - [w]rite the changes made: `` - Discard the changes made and [q]uit: `` - Open a help [m]enu: ``