blob: 37a1b1c794abf3a28b6982a88d5ca6e30debc5fe [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001'\" t
Yi Kong39bbd962022-01-09 19:41:38 +08002.TH mmount 1 "08Jan22" mtools-4.0.37
Alistair Delvabeaee832021-02-24 11:27:23 -08003.SH Name
4mmount - mount an MSDOS disk
5'\" t
6.de TQ
7.br
8.ns
9.TP \\$1
10..
11
12.tr \(is'
13.tr \(if`
14.tr \(pd"
15
16.SH Note\ of\ warning
17This manpage has been automatically generated from mtools's texinfo
18documentation, and may not be entirely accurate or complete. See the
19end of this man page for details.
20.PP
21.SH Description
22.PP
23The \fR\&\f(CWmmount\fR command is used to mount an MS-DOS disk. It is only
24available on Linux, as it is only useful if the OS kernel allows
25configuration of the disk geometry. Its syntax is:
26.PP
27\&\fR\&\f(CWmmount\fR \fImsdosdrive\fR [\fImountargs\fR]
28.PP
29\&\fR\&\f(CWMmount\fR
30reads the boot sector of an MS-DOS disk, configures the drive geometry,
31and finally mounts it passing
32\&\fR\&\f(CWmountargs\fR to \fR\&\f(CWmount. \fR
33If no mount arguments are specified, the name of the device is
34used. If the disk is write protected, it is automatically mounted read
35only.
36.PP
37.SH See\ Also
38Mtools' texinfo doc
39.SH Viewing\ the\ texi\ doc
40This manpage has been automatically generated from mtools's texinfo
41documentation. However, this process is only approximative, and some
42items, such as crossreferences, footnotes and indices are lost in this
43translation process. Indeed, these items have no appropriate
44representation in the manpage format. Moreover, not all information has
45been translated into the manpage version. Thus I strongly advise you to
46use the original texinfo doc. See the end of this manpage for
47instructions how to view the texinfo doc.
48.TP
49* \ \
50To generate a printable copy from the texinfo doc, run the following
51commands:
52
53.nf
54.ft 3
55.in +0.3i
56 ./configure; make dvi; dvips mtools.dvi
57.fi
58.in -0.3i
59.ft R
60.PP
61
62\&\fR
63.TP
64* \ \
65To generate a html copy, run:
66
67.nf
68.ft 3
69.in +0.3i
70 ./configure; make html
71.fi
72.in -0.3i
73.ft R
74.PP
75
76\&\fRA premade html can be found at
77\&\fR\&\f(CW\(ifhttp://www.gnu.org/software/mtools/manual/mtools.html\(is\fR
78.TP
79* \ \
80To generate an info copy (browsable using emacs' info mode), run:
81
82.nf
83.ft 3
84.in +0.3i
85 ./configure; make info
86.fi
87.in -0.3i
88.ft R
89.PP
90
91\&\fR
92.PP
93The texinfo doc looks most pretty when printed or as html. Indeed, in
94the info version certain examples are difficult to read due to the
95quoting conventions used in info.
96.PP