|
Home > Archive > Red Hat General > January 2004 > Making CD from ISO image
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Making CD from ISO image
|
|
| Joe Hesse 2004-01-23, 7:10 pm |
| Hi,
How do you take a .iso file and burn it to a CD so the .iso file expands
into the individual files?
I thought of mounting the .iso file (mount -t iso9660 -o loop ...) and then
copying the mounted files to a new CD. Is this the way?
Many thanks,
Joe Hesse
| |
| Lenard 2004-01-23, 7:10 pm |
| On Tue, 11 Nov 2003 07:53:53 -0600, Joe Hesse typed:
quote:
> Hi,
>
> How do you take a .iso file and burn it to a CD so the .iso file expands
> into the individual files?
>
> I thought of mounting the .iso file (mount -t iso9660 -o loop ...) and
> then copying the mounted files to a new CD. Is this the way?
>
> Many thanks,
> Joe Hesse
http://www.linuxiso.org/viewdoc.php/howtoburn.html
--
SCO + RICO Act = Justice
Hi! I'm a .sig virus! Copy me to your .sig!
| |
| Alexander Dalloz 2004-01-23, 7:10 pm |
| On Tue, 11 Nov 2003 07:53:53 -0600 Joe Hesse wrote:
quote:
> Hi,
>
> How do you take a .iso file and burn it to a CD so the .iso file expands
> into the individual files?
>
> I thought of mounting the .iso file (mount -t iso9660 -o loop ...) and then
> copying the mounted files to a new CD. Is this the way?
>
> Many thanks,
> Joe Hesse
No, no ISO is the exact format to feed cdrecord. Please do not
loop-mount the iso image file to burn it.
Alexander
--
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416 14CD E197 6E88 ED69 5653
| |
| Jan Gerrit Kootstra 2004-01-23, 7:10 pm |
| "Joe Hesse" <joe_hesse@actcx.com> schreef in bericht
news:3fb0e9f1$0$41290$a1866201@newsreade
r.visi.com...quote:
> Hi,
>
> How do you take a .iso file and burn it to a CD so the .iso file expands
> into the individual files?
>
> I thought of mounting the .iso file (mount -t iso9660 -o loop ...) and
thenquote:
> copying the mounted files to a new CD. Is this the way?
>
> Many thanks,
> Joe Hesse
>
>
Joe,
Try xcdroast.
First check the setup
then use the create cd option
Regards,
Jan Gerrit Kootstra
| |
| Lars Overgaard 2004-01-23, 7:10 pm |
| Joe Hesse wrote:
quote:
> Hi,
>
> How do you take a .iso file and burn it to a CD so the .iso file expands
> into the individual files?
>
> I thought of mounting the .iso file (mount -t iso9660 -o loop ...) and
> then
> copying the mounted files to a new CD. Is this the way?
>
> Many thanks,
> Joe Hesse
cdrecord dev=0,0,0 /fil.iso
(check cdrecord -scanbus for the correct setting of dev=x,x,x)
/Lars
| |
| Superphreak 2004-01-23, 7:10 pm |
| NERO BURNING ROM!!!!!!Surely you have a windows machine lurking around
somewhere.This is just about the easiest software to use.
"Lars Overgaard" <newsuser@linuxnet.dk> wrote in message
news:3fb2b4d8$0$94862$edfadb0f@dtext02.news.tele.dk...quote:
> Joe Hesse wrote:
>
>
> cdrecord dev=0,0,0 /fil.iso
> (check cdrecord -scanbus for the correct setting of dev=x,x,x)
>
> /Lars
|
|
|
|
|