As a fellow Linux user, I‘ve been there too! Formatting and preparing partitions can seem daunting at first, but it‘s actually pretty straightforward with the right tools. In this guide, I‘ll walk you through step-by-step how to use the
List the partitions using the fdisk -l or parted -lcommands to identify the hard drive you want to partition. Looking at the output in the screenshot above, we have two hard disks added on the test system and we will partition disk /dev/sdb. Now use parte