source: MondoRescue/trunk/mondo/mondo/docs/en/1.6x-howto/faqhardwarerelated.html@ 30

Last change on this file since 30 was 30, checked in by bcornec, 19 years ago

Id property added on files to allow for better conf. management

  • Property svn:keywords set to Id
File size: 7.1 KB
Line 
1<HTML>
2 <HEAD>
3 <!-- $MVD$:app("MicroVision WebExpress","769") -->
4 <!-- $MVD$:template("","0","0") -->
5 <!-- $MVD$:color("18","840084","Custom #1","0") -->
6 <!-- $MVD$:color("19","e0e0e0","Custom #2","0") -->
7 <!-- $MVD$:color("20","80ff","Orange","1") -->
8 <!-- $MVD$:color("21","ffd6ce","Lavender","1") -->
9 <TITLE>Hardware Related </TITLE>
10 <META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
11">
12 <LINK REL="HOME" HREF="index.html" TITLE=" Mondo Rescue and Mindi Linux HOWTO "><LINK REL="UP" HREF="faq.html" TITLE=" Troubleshooting/FAQ "><LINK REL="PREVIOUS" HREF="faqinstallation.html" TITLE=" Installation "><LINK REL="NEXT" HREF="faqbackup.html" TITLE=" Backup "></HEAD>
13 <BODY BGCOLOR="WHITE" TEXT="BLACK" LINK="BLUE" VLINK="#840084" ALINK="BLUE" CLASS="SECTION">
14 <DIV ALIGN=LEFT>
15 <P ALIGN=LEFT>
16 <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" SUMMARY="Header navigation table">
17 <TR>
18 <TD COLSPAN="3" VALIGN=CENTER>
19 <P ALIGN=CENTER>
20 Mondo Rescue and Mindi Linux HOWTO</TD>
21 </TR>
22 <TR>
23 <TD WIDTH="10%" VALIGN=BOTTOM>
24 <P ALIGN=LEFT>
25 <A HREF="faqinstallation.html" ACCESSKEY="P">Prev</A></TD>
26 <TD WIDTH="80%" VALIGN=BOTTOM>
27 <P ALIGN=CENTER>
28 Chapter 10. Troubleshooting/FAQ</TD>
29 <TD WIDTH="10%" VALIGN=BOTTOM>
30 <P ALIGN=RIGHT>
31 <A HREF="faqbackup.html" ACCESSKEY="N">Next</A></TD>
32 </TR>
33 </TABLE>
34 <HR ALIGN=LEFT WIDTH="100%" SIZE="2">
35 </P>
36 </DIV>
37 <H1 CLASS="SECTION" ALIGN=LEFT>
38 <A NAME="FAQHARDWARERELATED"></A>10.5. Hardware Related</H1>
39 <DL>
40 <P ALIGN=LEFT>
41 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN698">Can
42 Mondo handle CD-RW?</A><BR>
43 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN703">Does
44 Mondo support tape drives?</A><BR>
45 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN708">Does
46 Mondo support <B>my</B> tape drive??</A><BR>
47 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN713">How do
48 I copy the floppy images from the CD to floppy disks?</A><BR>
49 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN722">Sometimes,
50 my laptop won't mount Mondo CD properly, or something. Umm...</A><BR>
51 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN727">Does
52 Mondo support RAID?</A><BR>
53 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN732">Where
54 is my CD burner, in SCSI terms?</A><BR>
55 <DT CLASS="mvd-P">Q: <A HREF="faqhardwarerelated.html#AEN740">Can
56 Mondo handle SCSI devices?</A></P>
57 </DL>
58 <P ALIGN=LEFT>
59 <A NAME="AEN698"></A><B>Q: </B>Can Mondo handle CD-RW?</P>
60 <P ALIGN=LEFT>
61 <B>A: </B>Yes. Use '-Ow &lt;speed&gt; &lt;device&gt;' to make it work.</P>
62 <P ALIGN=LEFT>
63 <A NAME="AEN703"></A><B>Q: </B>Does Mondo support tape drives?</P>
64 <P ALIGN=LEFT>
65 <B>A: </B>Yes. See above.</P>
66 <P ALIGN=LEFT>
67 <A NAME="AEN708"></A><B>Q: </B>Does Mondo support <B>my</B> tape drive?</P>
68 <P ALIGN=LEFT>
69 <B>A: </B>If your tape drive and its firmware and the kernel-level
70 driver support fopen(), fread(), fwrite() and fclose() - standard C
71 library calls - then yes, Mondo should support it. If not, well, you
72 need a refund. :) Mondo plays nicely with any sane, sensible drives.
73 That's most of them, by the way. :) If your drive doesn't play nicely
74 with Mondo then you may try tinkering with setblksize and defblksize
75 using 'mt', or tweaking Mondo's block size by recompiling it with
76 make INTTAPE=4096 or INTTAPE=8192 or something. Other than that, you
77 need a priest or a refund.</P>
78 <P ALIGN=LEFT>
79 <A NAME="AEN713"></A><B>Q: </B>How do I copy the floppy images from
80 the CD to floppy disks?</P>
81 <P ALIGN=LEFT>
82 <B>A: </B>Mount the CD-ROM, e.g. at /mnt/cdrom. Insert a blank
83 floppy. Type:</P>
84 <DIV ALIGN=LEFT>
85 <P ALIGN=LEFT>
86 <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="2" BORDER="0">
87 <TR>
88 <TD BGCOLOR="#E0E0E0" VALIGN=CENTER><PRE
89 CLASS="PROGRAMLISTING"><FONT
90 COLOR="BLACK">bash# cd /mnt/cdrom/images</FONT><BR><FONT
91 COLOR="BLACK">bash# dd if=mindi-boot.1722.img of=/dev/fd0u1722 </FONT></TD></TR>
92 </TABLE></P>
93 </DIV>
94 <P ALIGN=LEFT>
95 Insert another blank floppy and type:</P>
96 <DIV ALIGN=LEFT>
97 <P ALIGN=LEFT>
98 <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="2" BORDER="0">
99 <TR>
100 <TD BGCOLOR="#E0E0E0" VALIGN=CENTER><PRE
101 CLASS="PROGRAMLISTING"><FONT
102 COLOR="BLACK">bash# dd if=mindi-data-1.img of=/dev/fd0u1722 </FONT></TD></TR>
103 </TABLE></P>
104 </DIV>
105 <P ALIGN=LEFT>
106 Do the above for each 'mindi-data' disk image.</P>
107 <P ALIGN=LEFT>
108 <A NAME="AEN722"></A><B>Q: </B>Sometimes, my laptop won't mount Mondo
109 CD properly, or something. Umm...</P>
110 <P ALIGN=LEFT>
111 <B>A: </B>Please insert the CD, close the CD-ROM tray, wait a few
112 seconds and then press Enter to acknowledge insertion of the next CD.
113 Your laptop is on crack and is sucking a little too hard on the pipe.</P>
114 <P ALIGN=LEFT>
115 <A NAME="AEN727"></A><B>Q: </B>Does Mondo support RAID?</P>
116 <P ALIGN=LEFT>
117 <B>A: </B>Yes. You may backup and restore RAID systems. You may also
118 backup a non-RAID system and restore as RAID (or vice versa) by using
119 the mountlist editor to edit your RAID and non-RAID partitions and
120 their settings. Mondo will do the partitioning and formatting for you.</P>
121 <P ALIGN=LEFT>
122 <A NAME="AEN732"></A><B>Q: </B>Where is my CD burner, in SCSI terms?</P>
123 <P ALIGN=LEFT>
124 <B>A: </B>Type:</P>
125 <DIV ALIGN=LEFT>
126 <P ALIGN=LEFT>
127 <TABLE WIDTH="100%" CELLPADDING="1" CELLSPACING="2" BORDER="0">
128 <TR>
129 <TD BGCOLOR="#E0E0E0" VALIGN=CENTER><PRE
130 CLASS="PROGRAMLISTING"><FONT
131 COLOR="BLACK">bash# cdrecord -scanbus </FONT></TD></TR>
132 </TABLE></P>
133 </DIV>
134 <P ALIGN=LEFT>
135 Find your CD burner's device# (e.g. '0,0,0'). Call Mondo with the
136 switch '-Oc &lt;speed&gt;' -d '&lt;device&gt;'. Or, if you feel
137 lucky, just use '-Oc 2'; Mondo will (a) assume you want to write at
138 4x to</P>
139 <P ALIGN=LEFT>
140 a CD-R and (b) will do its best to find your CD burner.</P>
141 <P ALIGN=LEFT>
142 <A NAME="AEN740"></A><B>Q: </B>Can Mondo handle SCSI devices?</P>
143 <P ALIGN=LEFT>
144 <B>A: </B>Mondo should be able to handle almost any hardware. So long
145 as your kernel and modules support it, Mindi will support it and
146 therefore so will Mondo.</P>
147 <DIV ALIGN=LEFT>
148 <P ALIGN=LEFT>
149 <HR ALIGN=LEFT WIDTH="100%" SIZE="2">
150 <TABLE WIDTH="100%" CELLPADDING="0" CELLSPACING="0" BORDER="0" SUMMARY="Footer navigation table">
151 <TR>
152 <TD WIDTH="33%" VALIGN=TOP>
153 <P ALIGN=LEFT>
154 <A HREF="faqinstallation.html" ACCESSKEY="P">Prev</A></TD>
155 <TD WIDTH="34%" VALIGN=TOP>
156 <P ALIGN=CENTER>
157 <A HREF="index.html" ACCESSKEY="H">Home</A></TD>
158 <TD WIDTH="33%" VALIGN=TOP>
159 <P ALIGN=RIGHT>
160 <A HREF="faqbackup.html" ACCESSKEY="N">Next</A></TD>
161 </TR>
162 <TR>
163 <TD WIDTH="33%" VALIGN=TOP>
164 <P ALIGN=LEFT>
165 Installation</TD>
166 <TD WIDTH="34%" VALIGN=TOP>
167 <P ALIGN=CENTER>
168 <A HREF="faq.html" ACCESSKEY="U">Up</A></TD>
169 <TD WIDTH="33%" VALIGN=TOP>
170 <P ALIGN=RIGHT>
171 Backup</TD>
172 </TR>
173 </TABLE>
174 </BODY>
175</HTML>
Note: See TracBrowser for help on using the repository browser.