Formatting partitions using util-linux: mkfs

Formatting drives

Introduction

once partitions have been made, they show up on /dev/

Making ext4 partitions


mkfs.ext4 /dev/<textless_root_partition>

Making FAT partitions

also for grub boot?


mkfs.fat -F 32 /dev/<efi_system_partition>

Swap

swap, though this is discussed later