← 返回命令列表

Linux command

minfo 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show filesystem info

minfo [a:]

Show verbose info

minfo -v [a:]

Show info

minfo -i [path/to/image.img] ::

说明

minfo prints the parameters of an MS-DOS filesystem, such as number of sectors, heads, and cylinders. It also prints an mformat command line that can be used to create a similar MS-DOS filesystem on another device. minfo is part of the mtools suite of utilities for accessing MS-DOS disks from Unix without mounting them. It supports FAT12, FAT16, and FAT32 filesystems.

参数

-v
Verbose mode: also print a hexdump of the boot sector.
-i _imagefile_
Read from the specified image file instead of a configured drive.

FAQ

What is the minfo command used for?

minfo prints the parameters of an MS-DOS filesystem, such as number of sectors, heads, and cylinders. It also prints an mformat command line that can be used to create a similar MS-DOS filesystem on another device. minfo is part of the mtools suite of utilities for accessing MS-DOS disks from Unix without mounting them. It supports FAT12, FAT16, and FAT32 filesystems.

How do I run a basic minfo example?

Run `minfo [a:]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -v do in minfo?

Verbose mode: also print a hexdump of the boot sector.