English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux mkfs.minix command

Linux Command大全

The Linux mkfs.minix command is used to create a Minix file system.

mkfs.minix can create a Minix file system.

Syntax

mkfs.minix [-cv][-i <inode number>][-l <file>][-n <file name length>][device name][block number]

Parameters:

  • -c Check if there are any damaged blocks.
  • -i<inode number> Specify the total number of inodes in the file system.
  • -l<file> Read the information of the damaged blocks in the file system from the specified file.
  • -n<file name length> Specify the maximum length of the file name.
  • -v Create the2version of Minix file system.

Linux Command大全