LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Burning ISO images (https://www.linuxquestions.org/questions/linux-software-2/burning-iso-images-31726/)

GtkUser 10-02-2002 02:41 PM

Burning ISO images
 
What software do you use, and can you describe how to set it up for ISO image burning? Anyone use eroaster? I couldn't get it to work.

bsdjunkie 10-02-2002 03:34 PM

cdrecord, mkisofs

GtkUser 10-02-2002 04:34 PM

Will mkisofs create a bootable image?

acid_kewpie 10-02-2002 04:45 PM

eroaster works fine for me, but just followbsdjunkies advice, much easier:

cdrecord -v -speed=32 -dev=0,0,0 -somethingelse file.iso

mkisofs will CREATE an iso, which you presumably already have...

GtkUser 10-02-2002 04:47 PM

Quote:

Originally posted by acid_kewpie
eroaster works fine for me, but just followbsdjunkies advice, much easier:

cdrecord -v -speed=32 -dev=0,0,0 -somethingelse file.iso

I'm trying to burn a copy of Redhat 8.0. I have downloaded the .iso files and want to burn them to CD. So I would use this command for that? It will create a bootable disk?

GtkUser 10-02-2002 04:50 PM

Except that I think that speed is way too high. i only have a 8x cd burner.

acid_kewpie 10-02-2002 04:52 PM

nrrg... do i really need to mention man pages again? :)

GtkUser 10-02-2002 04:55 PM

I've been using the man pages but they don't tell you what you want to know! I think that my cdburner is at /dev/scd0

jetblackz 10-02-2002 05:13 PM

Hmmm... I'm gonna add that function to my proggy.

GtkUser 10-02-2002 05:43 PM

Yeah it worked. The only thing that I had to do was make a small change. I ran:

cdrecord -scanbus

It told me that my cdburner was located at 0,3,0. So I used that for dev=0,3,0. Hmm, wonder about recording mp3s.

MasterC 10-02-2002 10:18 PM

Well if you are gonna command line it, you'll want to convert them to wavs first. There are plenty of utilities for it, most basic that comes to mind is:
mpg123 -w filename.wav filename.mp3

I am a wuss lately, and have been using ARSON to both convert my ogg's or mp3's and burn them. Somebody kick my ass please?

Cool

GtkUser 10-03-2002 05:50 AM

You should only use Arson against Microsoft products.

Amerist 10-03-2002 06:53 AM

Quote:

Originally posted by MasterC
I am a wuss lately, and have been using ARSON to both convert my ogg's or mp3's and burn them. Somebody kick my ass please?

Cool

If it works for you, use it. Using a frontend app does not automatically demote one to the rank of "wuss".

MasterC 10-03-2002 10:48 PM

Ok, that helps at least. Thanks for the support :)

Cool


All times are GMT -5. The time now is 09:30 AM.