1minfo(1) General Commands Manual minfo(1)
2
3
4
6 minfo - print the parameters of a MSDOS filesystem
7
8
9
11 This manpage has been automatically generated from mtools's texinfo
12 documentation, and may not be entirely accurate or complete. See the
13 end of this man page for details.
14
16 The minfo command prints the parameters of a Dos filesystem, such as
17 number of sectors, heads and cylinders. It also prints an mformat com‐
18 mand line which can be used to create a similar Dos filesystem on
19 another media. However, this doesn't work with 2m or Xdf media, and
20 with Dos 1.0 filesystems
21 minfo drive:
22
23
24 Mlabel supports the following option:
25
26 v Prints a hexdump of the bootsector, in addition to the other
27 information
28
30 Mtools' texinfo doc
31
33 This manpage has been automatically generated from mtools's texinfo
34 documentation. However, this process is only approximative, and some
35 items, such as crossreferences, footnotes and indices are lost in this
36 translation process. Indeed, these items have no appropriate represen‐
37 tation in the manpage format. Moreover, not all information has been
38 translated into the manpage version. Thus I strongly advise you to use
39 the original texinfo doc. See the end of this manpage for instructions
40 how to view the texinfo doc.
41
42 * To generate a printable copy from the texinfo doc, run the fol‐
43 lowing commands:
44
45 ./configure; make dvi; dvips mtools.dvi
46
47
48
49 * To generate a html copy, run:
50
51 ./configure; make html
52
53 A premade html can be found at: `http://mtools.linux.lu' and
54 also at: `http://www.tux.org/pub/knaff/mtools'
55
56 * To generate an info copy (browsable using emacs' info mode),
57 run:
58
59 ./configure; make info
60
61
62
63 The texinfo doc looks most pretty when printed or as html. Indeed, in
64 the info version certain examples are difficult to read due to the
65 quoting conventions used in info.
66
67mtools-3.9.10 28Feb05 minfo(1)