Makes a file system fs-type on partition number, destroying
all data that resides on that partition.
Supported file systems:
- ext2
- fat16, fat32
- linux-swap
- reiserfs (if libreiserfs is installed)
Example:
(parted) mkfs 2 fat32
Make a fat32 file system on partition 2.