Linux Comm Mkfs Minix
# Linux mkfs.minix Command
[ Linux Command Manual](#)
The Linux mkfs.minix command is used to create a Minix filesystem.
mkfs.minix can create a Minix filesystem.
### Syntax
mkfs.minix
**Parameters**:
* -c Check for bad blocks.
* -i Specify the total number of inodes for the filesystem.
* -l Read information about bad blocks in the filesystem from the specified file.
* -n Specify the maximum length of filenames.
* -v Create a version 2 Minix filesystem.
[ Linux Command Manual](#)
YouTip