Format partition Linux

# change ext4 tot what filesystem you want
mkfs -t ext4 /dev/your_partition
Clever Capybara