Fdisk - Manage Disk Partitions | Online Free DevTools by Hexmos
Manage disk partitions with Fdisk on Linux. Create, delete, and view partition tables with this command-line tool. Free online tool, no registration required.
fdisk
Manage partition tables and partitions on a storage drive. See also:
partprobe
. More information: https://manned.org/fdisk.
- List partitions:
sudo fdisk {{[-l|--list]}}
- Start the partition manipulator:
sudo fdisk {{/dev/sdX}}
- Create a [n]ew partition:
<n>
- Select a partition to [d]elete:
<d>
- View the [p]artition table:
<p>
- [w]rite the changes made:
<w>
- Discard the changes made and [q]uit:
<q>
- Open a help [m]enu:
<m>