mkfs : build a Linux filesystem
[SYNOPSIS] mkfs OPTION DEVICE
OPTION
-t filesystem type; when unspecified, ext2 is used
# mkfs -t ext4 partition
format the partition with ext4
-V explain what is being done