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

Linux minfo command

Linux Command大全

The Linux minfo command is used to display MS-Various parameters of the DOS file system.

minfo is a command of mtools tool, which can display MS-Various parameters of DOS system disks, including the number of sectors, the number of heads...and so on.

Syntax

</>minfo [-v][Drive Code]

Parameter Description:

  • -v  In addition to general information, it also displays the content of the bootable sectors.

Online Examples

Display DOS System Parameters

# minfo -v C: //Display System Parameters

Linux Command大全