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