Alistair Delva | beaee83 | 2021-02-24 11:27:23 -0800 | [diff] [blame] | 1 | '\" t |
| 2 | .TH mmount 1 "28Nov20" mtools-4.0.26 |
| 3 | .SH Name |
| 4 | mmount - 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 |
| 17 | This manpage has been automatically generated from mtools's texinfo |
| 18 | documentation, and may not be entirely accurate or complete. See the |
| 19 | end of this man page for details. |
| 20 | .PP |
| 21 | .SH Description |
| 22 | .PP |
| 23 | The \fR\&\f(CWmmount\fR command is used to mount an MS-DOS disk. It is only |
| 24 | available on Linux, as it is only useful if the OS kernel allows |
| 25 | configuration 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 |
| 30 | reads the boot sector of an MS-DOS disk, configures the drive geometry, |
| 31 | and finally mounts it passing |
| 32 | \&\fR\&\f(CWmountargs\fR to \fR\&\f(CWmount. \fR |
| 33 | If no mount arguments are specified, the name of the device is |
| 34 | used. If the disk is write protected, it is automatically mounted read |
| 35 | only. |
| 36 | .PP |
| 37 | .SH See\ Also |
| 38 | Mtools' texinfo doc |
| 39 | .SH Viewing\ the\ texi\ doc |
| 40 | This manpage has been automatically generated from mtools's texinfo |
| 41 | documentation. However, this process is only approximative, and some |
| 42 | items, such as crossreferences, footnotes and indices are lost in this |
| 43 | translation process. Indeed, these items have no appropriate |
| 44 | representation in the manpage format. Moreover, not all information has |
| 45 | been translated into the manpage version. Thus I strongly advise you to |
| 46 | use the original texinfo doc. See the end of this manpage for |
| 47 | instructions how to view the texinfo doc. |
| 48 | .TP |
| 49 | * \ \ |
| 50 | To generate a printable copy from the texinfo doc, run the following |
| 51 | commands: |
| 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 | * \ \ |
| 65 | To 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 | * \ \ |
| 80 | To 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 |
| 93 | The texinfo doc looks most pretty when printed or as html. Indeed, in |
| 94 | the info version certain examples are difficult to read due to the |
| 95 | quoting conventions used in info. |
| 96 | .PP |