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

Linux minfo command

Linux Command Manual

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

minfo is a mtools command that can display MS-DOS system disk parameters, including the number of sectors, the number of heads, and so on.

Syntax

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

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 Manual