1mcat(1) General Commands Manual mcat(1)
2
3
4
6 mcat - dump raw disk image
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 mcat command is used to copy an entire disk image from or to the
17 floppy device. It uses the following syntax:
18
19 mcat [-w] drive:
20
21 Mcat performs the same task as the Unix cat command. It is included
22 into the mtools package, since cat cannot access remote floppy devices
23 offered by the mtools floppy daemon. Now it is possible to create boot
24 floppies remotely.
25
26 The default operation is reading. The output is written to stdout.
27
28 If the -w option is specified, mcat reads a disk-image from stdin and
29 writes it to the given device. Use this carefully! Because of the low-
30 level nature of this command, it will happily destroy any data written
31 before on the disk without warning!
32
34 Mtools' texinfo doc
35
37 This manpage has been automatically generated from mtools's texinfo
38 documentation. However, this process is only approximative, and some
39 items, such as crossreferences, footnotes and indices are lost in this
40 translation process. Indeed, these items have no appropriate represen‐
41 tation in the manpage format. Moreover, not all information has been
42 translated into the manpage version. Thus I strongly advise you to use
43 the original texinfo doc. See the end of this manpage for instructions
44 how to view the texinfo doc.
45
46 * To generate a printable copy from the texinfo doc, run the fol‐
47 lowing commands:
48
49 ./configure; make dvi; dvips mtools.dvi
50
51
52
53 * To generate a html copy, run:
54
55 ./configure; make html
56
57 A premade html can be found at `http://www.gnu.org/software/mtools/man‐
58 ual/mtools.html'
59
60 * To generate an info copy (browsable using emacs' info mode),
61 run:
62
63 ./configure; make info
64
65
66
67 The texinfo doc looks most pretty when printed or as html. Indeed, in
68 the info version certain examples are difficult to read due to the
69 quoting conventions used in info.
70
71mtools-4.0.36 21Nov21 mcat(1)