ISO Images

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Scott
Date:  
Subject: ISO Images
What software do you plan to use to burn the ISOs? Most (all?) cd burning
programs have an option to burn cds from an iso image. The "how to"
really depends on what software you are going to use.

IE using cdrecord:

first do a 'cdrecord -scanbus' to find out what address your cdrom is at.
(this is sample output from my system)

--> cdrecord -scanbus
Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 3.1.19
Using libscg version 'schily-0.5'

(bunch of other devices removed from cut/paste)

scsibus1:
        1,0,0   100) 'PHILIPS ' 'PCRW1208        ' ' 1.2' Removable CD-ROM
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) *
        1,6,0   106) *
        1,7,0   107) *



My cdrom is at 1,0,0. So to burn an ISO image, I would issue this
command:

cdrecord -v speed=4 dev=1,0,1 <iso image name>

then sit back and wait for the burn to complete. See the man page for
cdrecord for a whole lot more info.

scott



On Sat, 3 Aug 2002,
Mario Hines wrote:

> To All:
>
>      I need help on this.  I found a site to download
> the ISO images for a beta version of Mandrake 9.  Also
> the ISO images for the 2 Linux ProSuite ISO images for
> the Servers.  I would REALLY like to download them,
> but I'm unsure of how to use them once they are
> downloaded.  Could you direct me in the right
> direction of how to burn them to CD along with any
> other files or information that I may need.  Thanks.

>
> -Mario Hines
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Health - Feel better, live better
> http://health.yahoo.com
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>