English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Linux mkfs command (full English name: make file system) is used to create a Linux file system on a specific partition.
Usage :
mkfs [-V] [-t fstype] [fs-options] filesys [blocks]
Parameters :
In /dev/hda5 Build a msdos file system, and check for bad tracks at the same time, and list the process in detail :
mkfs -V -t msdos -c /dev/hda5
Will sda6Partition formatted as ext3Format
mfks -t ext3 /dev/sda6
Note:Here is the file system to be specified, for example, ext3 ;reiserfs ;ext2 ;fat32 ;msdos 等。