From LQWiki
(Redirected from Create a file system)
mkfs is the Unix command to make a filesystem. It creates a new filesystem on a disk partition, erasing all data. For example:
mkfs -t ext3 /dev/hdb1
Would create a new Ext3 filesystem on the /dev/hdb1 partition, which is the first partition on your second IDE disk drive.

This page is available under a