Penguin
Annotated edit history of mcat(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 mcat
2 !!!mcat
3 Name
4 Note of warning
5 Description
6 See Also
7 Viewing the texi doc
8 ----
9 !!Name
10
11
12 mcat - dump raw disk image
13 !!Note of warning
14
15
16 This manpage has been automatically generated from mtools's
17 texinfo documentation, and may not be entirely accurate or
18 complete. See the end of this man page for
19 details.
20 !!Description
21
22
23 The mcat command is used to copy an entire disk
24 image from or to the floppy device. It uses the following
25 syntax:
26
27
28 mcat [[-w]
29 ''drive'':
30
31
32 Mcat performs the same task as the unix
33 cat command. It is included into the mtools
34 package, since cat cannot access remote floppy
35 devices offered by the mtools floppy daemon. Now it is
36 possible to create boot floppies remotely.
37
38
39 The default operation is reading. The output is written to
40 stdout.
41
42
43 If the -w option is specified, mcat reads a
44 disk-image from stdin and writes it to the given device.
45 __Use this carefully!__ Because of the lowlevel nature of
46 this command, it will happily destroy any data written
47 before on the disk without warning!
48 !!See Also
49
50
51 Mtools' texinfo doc
52 !!Viewing the texi doc
53
54
55 This manpage has been automatically generated from mtools's
56 texinfo documentation. However, this process is only
57 approximative, and some items, such as crossreferences,
58 footnotes and indices are lost in this translation process.
59 Indeed, these items have no appropriate representation in
60 the manpage format. Moreover, not all information has been
61 translated into the manpage version. Thus I strongly advise
62 you to use the original texinfo doc. See the end of this
63 manpage for instructions how to view the texinfo
64 doc.
65
66
67 *
68
69
70 To generate a printable copy from the texinfo doc, run the
71 following commands:
72
73
74 __ ./configure; make dvi; dvips mtools.dvi
75 __
76
77
78 *
79
80
81 To generate a html copy, run:
82
83
84 __ ./configure; make html
85 __A premade html can be found at: `http://mtools.linux.lu' and also at: `http://www.tux.org/pub/knaff/mtools'
86
87
88 *
89
90
91 To generate an info copy (browsable using emacs' info mode),
92 run:
93
94
95 __ ./configure; make info
96 __
97
98
99 The texinfo doc looks most pretty when printed or as html.
100 Indeed, in the info version certain examples are difficult
101 to read due to the quoting conventions used in
102 info.
103 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.