old-www/LDP/LG/issue68/tag/11.html

310 lines
11 KiB
HTML
Raw Permalink Blame History

<!--startcut ======================================================= -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<META NAME="generator" CONTENT="lgazmail v1.3E.w">
<TITLE>The Answer Gang 68: Best of ISO burning under Windows.</TITLE>
</HEAD><BODY BGCOLOR="#FFFFFF" TEXT="#000000"
LINK="#3366FF" VLINK="#A000A0">
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<P> <hr>
<CENTER>
<!-- *** BEGIN navbar *** -->
<!-- *** END navbar *** -->
</CENTER>
</p>
<P> <hr> <P>
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!-- begin tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::-->
<p align="center">
<table width="100%" border="0"><tr>
<td align="right" valign="center"
><IMG ALT="" SRC="../../gx/navbar/left.jpg"
WIDTH="14" HEIGHT="45" BORDER="0" ALIGN="middle" border="0"
><A HREF="..//"
><IMG SRC="../../gx/navbar/toc.jpg" align="middle"
ALT="[ Table Of Contents ]" border="0"></A
><A HREF="../lg_answer68.html"
><IMG SRC="../../gx/dennis/answertoc.jpg" align="middle"
ALT="[ Answer Guy Current Index ]" border="0"></A></td>
<td align="center" valign="center"><A HREF="../lg_answer68.html#greeting"><img align="middle"
src="../../gx/dennis/smily.gif" alt="greetings" border="0"></A> &nbsp;
<A HREF="bios.html">bios</A> &nbsp;
<A HREF="1.html">1</A> &nbsp;
<A HREF="2.html">2</A> &nbsp;
<A HREF="3.html">3</A> &nbsp;
<A HREF="4.html">4</A> &nbsp;
<A HREF="5.html">5</A> &nbsp;
<A HREF="6.html">6</A> &nbsp;
<A HREF="7.html">7</A> &nbsp;
<A HREF="8.html">8</A> &nbsp;
<A HREF="9.html">9</A> &nbsp;
<A HREF="10.html">10</A> &nbsp;
<A HREF="11.html">11</A> &nbsp;
<A HREF="12.html">12</A>
</td>
<td align="left" valign="center"><A HREF="../../tag/kb.html"
><IMG SRC="../../gx/dennis/answerpast.jpg" align="middle"
ALT="[ Index of Past Answers ]" border="0"></A
><IMG ALT="" SRC="../../gx/navbar/right.jpg" align="middle"
WIDTH="14" HEIGHT="45" BORDER="0"></td></tr></table>
</p>
<!-- end tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<center>
<H1><A NAME="answer">
<img src="../../gx/dennis/qbubble.gif" alt="(?)"
border="0" align="middle">
<font color="#B03060">The Answer Gang</font>
<img src="../../gx/dennis/bbubble.gif" alt="(!)"
border="0" align="middle">
</A></H1>
<BR>
<H4>By Jim Dennis, Ben Okopnik, Dan Wilder, Breen, Chris, and the Gang,
the Editors of Linux Gazette...
and You!
<br>Send questions (or interesting answers) to
<a href="mailto:linux-questions-only@ssc.com">linux-questions-only@ssc.com</a>
</H4>
<p><em><font color="#990000">There is no guarantee that your questions
here will <b>ever</b> be answered. Readers at confidential sites
must provide permission to publish. However, you can be published
anonymously - just let us know!
</font></em></p>
</center>
<p><hr><p>
<!-- endcut ======================================================= -->
<!-- begin 11 -->
<H3 align="left"><img src="../../gx/dennis/bbubble.gif"
height="50" width="60" alt="(!) " border="0"
>Best of ISO burning under Windows.</H3>
<p align="right"><strong>Answers From
Robert L Keeney, G<>tz Waschk, Simon Rowe, Chris Olsen, Ed Wiget
</strong></p>
<p>We had a general request for burning CD images under Windows:
<a hrhef="../../issue65/lg_mail65.html#wanted/1"
>http://www.linuxgazette.com/issue65/lg_mail65.html#wanted/1</a>
</p>
<p><strong>
I've downloaded the ISO file. Now what do I do
with it? I've burned a CD and it won't boot with it.
</strong></p>
<p>
We got a lot of answers
<IMG SRC="../../../gx/dennis/smily.gif" ALT=":)"
height="24" width="20" align="middle">
Here's the best ones:
</p>
<h4>MULTIPLE DIRECTIONS</h4>
<p>
Although most of these are Linux, there's a few Windows and at least one
Macintosh program shown.
</p>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0"> [Robert L Keeney]
The adaptec instructions worked for me. The others I haven't tried.
</blockquote>
<blockquote>
<a href="http://www.linuxiso.org/cdburninginfo.html"
>http://www.linuxiso.org/cdburninginfo.html</a>
</blockquote>
<h4>CDRECORD</h4>
<p>In the original our querent complained that the Howto instructed him
in cdrecord...</p>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0"> [G<>tz Waschk]
This program is portable and the windows version shares the parameters
with the linux version.
</blockquote>
<blockquote><dl><dt>
There is a binary for windows at:
<dd><a href="ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/win32/"
>ftp://ftp.fokus.gmd.de/pub/unix/cdrecord/alpha/win32/</a>
</blockquote>
</blockquote>
First you have to find out the SCSI id of your CD recorder with
</blockquote>
<blockquote>
<code>
cdrecord -scanbus
</code>
</blockquote>
<blockquote>
...than you can burn the image with
</blockquote>
<blockquote>
<code>
cdrecord -device &lt;your_id&gt; filename.iso
</code>
</blockquote>
<h4>NERO BURNING</h4>
<p>A different reader noted that Nero Burning's FAQ on their website gives a
step by step example of burning a Redhat image to a disc.</p>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0">[Simon Rowe]
change the file extension to 'NRG' eg
<br>SuSE71.iso ---> SuSE71.nrg
</blockquote>
<blockquote>
The Nero software will then recognise the ISO image correctly, and should
burn it ok using the applications defaults (in version 5.x anyway!)
</blockquote>
<blockquote>
Once the filename extension has been changed, just double click the file in
Windows, and Nero should load ready to burn the ISO image. This works under
Windows 2000 and Windows 9x., I have not abused my computer with Windows ME
to try it there though
<IMG SRC="../../gx/dennis/smily.gif" ALT=":)"
height="24" width="20" align="middle">
</blockquote>
<h4>ADAPTEC EZ CD</h4>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0"> [Chris Olsen]
EZ-CD Creator will handle iso's really easily, just install it, and you can
right click the .iso image and select record to cd. Presto, a proper image,
not one big file on CD.
</blockquote>
<blockquote><img src="../../gx/dennis/bbub.gif" height="28" width="50"
alt="(!)" border="0"> [Ed Wiget]
Windows 98 + Adaptec EZ CD Creator 4.xx
<ol>
<li> download the iso file for the distribution you wish to create cd's.
<li> assuming you already have Windows 98 on that machine and Adaptec EZ CD
Creator installed, you need to close everything down in the taskbar next to
the clock (no programs except systray and explorer should show up if you
press ctrl+alt+del).
<li> to make sure the large iso file is continuous, you should defragment
your hard drives. As an added measure, you should also clear your temp
folder of any files on C:\TEMP and C:\WINDOWS\TEMP
<blockquote>
I would hope this isn't actually necessary, it <em>should</em> be
making regular Windows filesystem calls to get at the bits, but
it might make it burn faster. My suspicion is that more of that
speed would be from a general Windows speedup, if it's been awhile
since your last defragmentation.
</blockquote>
<li> Open EZ CD Creator, and select Data CD
<li> From the File menu, select Create CD from CD Image (almost all cd
recording software for windows uses a similar statement to distringuish an
ISO file from normal data files)
<li> EZ CD Creator by default looks for a *.cif file, change this to iso from
the drop-down list in Files of Type.
<blockquote>
note: another reader commented that 4.02d defaults to extension
.cdi ... I suppose it would be nice if these Windows
burning programs would learn to agree on something. *sigh*
</blockquote>
<li> Browse to the location of the downloaded iso file and select it.
<li> Select Open
<li> The buttons Create CD, Track at Once, and Close CD should be selected.
<li> Select the speed of your CD-Recorder
<li> Select O.K.
<li> When it is finished recording the CD, place it in another computer and
make sure you can see the CD's contents.
</ol>
</blockquote>
<p>To which I will add, these may be mostly Linux binary programs on our
discs, but you should be able to mount up the disc and see their names,
at least. That's what all those "TRANS.TBL" files you might see are ...
support for long names on a CD filesystem.</p>
<p>Thanks to everybody who wrote in!
-- Heather</p>
<!-- end 11 -->
<!--startcut ======================================================= -->
<P> <hr> </p>
<!-- *** BEGIN copyright *** -->
<H5 align="center">This page edited and maintained by the Editors
of <I>Linux Gazette</I>
<a href="http://www.linuxgazette.com/copying.html"
>Copyright &copy;</a> 2001
<BR>Published in issue 68 of <I>Linux Gazette</I> July 2001</H5>
<H6 ALIGN="center">HTML script maintained by
<A HREF="mailto:star@starshine.org">Heather Stern</a> of
Starshine Technical Services,
<A HREF="http://www.starshine.org/">http://www.starshine.org/</A>
</H6>
<!-- *** END copyright *** -->
<P> <hr>
<P> <hr>
<CENTER>
<!-- *** BEGIN navbar *** -->
<!-- *** END navbar *** -->
</CENTER>
</p>
<!-- begin tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::-->
<p align="center">
<table width="100%" border="0"><tr>
<td align="right" valign="center"
><IMG ALT="" SRC="../../gx/navbar/left.jpg"
WIDTH="14" HEIGHT="45" BORDER="0" ALIGN="middle" border="0"
><A HREF="..//"
><IMG SRC="../../gx/navbar/toc.jpg" align="middle"
ALT="[ Table Of Contents ]" border="0"></A
><A HREF="../lg_answer68.html"
><IMG SRC="../../gx/dennis/answertoc.jpg" align="middle"
ALT="[ Answer Guy Current Index ]" border="0"></A></td>
<td align="center" valign="center"><A HREF="../lg_answer68.html#greeting"><img align="middle"
src="../../gx/dennis/smily.gif" alt="greetings" border="0"></A> &nbsp;
<A HREF="bios.html">bios</A> &nbsp;
<A HREF="1.html">1</A> &nbsp;
<A HREF="2.html">2</A> &nbsp;
<A HREF="3.html">3</A> &nbsp;
<A HREF="4.html">4</A> &nbsp;
<A HREF="5.html">5</A> &nbsp;
<A HREF="6.html">6</A> &nbsp;
<A HREF="7.html">7</A> &nbsp;
<A HREF="8.html">8</A> &nbsp;
<A HREF="9.html">9</A> &nbsp;
<A HREF="10.html">10</A> &nbsp;
<A HREF="11.html">11</A> &nbsp;
<A HREF="12.html">12</A>
</td>
<td align="left" valign="center"><A HREF="../../tag/kb.html"
><IMG SRC="../../gx/dennis/answerpast.jpg" align="middle"
ALT="[ Index of Past Answers ]" border="0"></A
><IMG ALT="" SRC="../../gx/navbar/right.jpg" align="middle"
WIDTH="14" HEIGHT="45" BORDER="0"></td></tr></table>
</p>
<!-- end tagnav ::::::::::::::::::::::::::::::::::::::::::::::::::::-->
<!-- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
</BODY></HTML>
<!--endcut ========================================================= -->