Back to search

fdisk

wizard filesystem

Interactive disk partitioning wizard

Required Packages

sudo apt install -y util-linux

Steps

Step 1 of 7 14%

Block device to partition (e.g. /dev/sdb)

Show all steps

Block device to partition (e.g. /dev/sdb)

What to do with the disk

1-4 for primary/extended

e.g. +10G, +512M (leave empty for remaining space)

Generated Output

echo -e "n\np\n1\n\n\nw" | sudo fdisk /dev/sdb && sudo mkfs.ext4 /dev/sdb1