Latest web development tutorials

Linux mkfs.minix command

Linux command Daquan Linux command Daquan

Linux mkfs.minix command used to create Minix file system.

mkfs.minix can create Minix file system.

grammar

mkfs.minix [-cv][-i <inode数目>][-l <文件>][-n <文件名长度>][设备名称][区块数]

Parameters:

  • -c Check for bad blocks.
  • Total -i inode <number inode> specifies the file system.
  • -l <file> from the specified file, the file system reads the bad block information.
  • -n <length of file name> Specifies the maximum file name length.
  • -v Version 2 build Minix file system.

Linux command Daquan Linux command Daquan