source: MondoRescue/branches/2.06/documentation/writingminditestcd.sgml@ 327

Last change on this file since 327 was 323, checked in by bcornec, 18 years ago

Initial import of the documentation in SGML format.
Since the original SGML file and LyX files have not been published,
thus not preserved, I'll restart from scratch by importing the HTML
doc converted into SGML/DocBook.
Then real work begins ;-)

File size: 2.3 KB
Line 
1<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2
3<article>
4<articleinfo>
5<!-- $MVD$:app("MicroVision WebExpress","769") -->
6<!-- $MVD$:template("","0","0") -->
7<!-- $MVD$:color("18","840084","Custom #1","0") -->
8<!-- $MVD$:color("19","e0e0e0","Custom #2","0") -->
9<!-- $MVD$:color("20","80ff","Orange","1") -->
10<!-- $MVD$:color("21","ffd6ce","Lavender","1") -->
11<title>Writing the Test CD image</title>
12</articleinfo>
13
14<para></para>
15<informaltable><tgroup cols="3"><tbody>
16<row>
17<entry>
18Mondo Rescue and Mindi Linux HOWTO
19</entry>
20</row>
21<row>
22<entry>
23<ulink url="makeminditestcd.html">Prev</ulink>
24</entry>
25<entry>
26Chapter 6. Testing Mindi
27</entry>
28<entry>
29<ulink url="backup.html">Next</ulink>
30</entry>
31</row>
32</tbody></tgroup></informaltable>
33
34<sect1 id="WRITINGMINDITESTC"><title>6.2. Writing the Test CD
35image</title>
36<para>Use the cdrecord application to write the CD image:</para>
37<para></para>
38<informaltable><tgroup cols="1"><tbody>
39<row>
40<entry>
41
42bash# cd /root/images/mindibash# cdrecord -scanbus
43
44</entry>
45</row>
46</tbody></tgroup></informaltable>
47
48<para>The output of the above call to cdrecord will tell you your
49CD writer's node. It is usually '0,0,0'. Choose one of the
50following calls to write the CD, depending on whether the disk in
51the drive is a CD-R or a CD-RW. Please replace 'x,x,x' with your
52writer's node. For further information, type 'man cdrecord" from a
53Linux command line.</para>
54<para>If writing to a CD-RW Drive/Disc:</para>
55<para></para>
56<informaltable><tgroup cols="1"><tbody>
57<row>
58<entry>
59
60bash# cdrecord -blank fast dev=x,x,x speed=4 mindi.iso (for CD-RW)
61
62</entry>
63</row>
64</tbody></tgroup></informaltable>
65
66<para>If writing to a CD-R Drive/Disc:</para>
67<para></para>
68<informaltable><tgroup cols="1"><tbody>
69<row>
70<entry>
71
72bash# cdrecord dev=x,x,x speed=4 mindi.iso (for CD-R)
73
74</entry>
75</row>
76</tbody></tgroup></informaltable>
77
78<para></para>
79<informaltable><tgroup cols="3"><tbody>
80<row>
81<entry>
82<ulink url="makeminditestcd.html">Prev</ulink>
83</entry>
84<entry>
85<ulink url="index.html">Home</ulink>
86</entry>
87<entry>
88<ulink url="backup.html">Next</ulink>
89</entry>
90</row>
91<row>
92<entry>
93Making a Test CD
94</entry>
95<entry>
96<ulink url="testingmindi.html">Up</ulink>
97</entry>
98<entry>
99Backup
100</entry>
101</row>
102</tbody></tgroup></informaltable>
103
104
105</sect1></article>
Note: See TracBrowser for help on using the repository browser.