LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-02-2003, 09:04 AM   #1
bennyp
Member
 
Registered: Apr 2003
Posts: 43

Rep: Reputation: 15
burning and iso with X-CD-Roast


heylo, i'd like to burn my freshly aquired redhat iso's, but i'm in the dark as to how to do this from within linux. X-CD-Roast's clandestine gui isn't helping much.
thanks in advance
bennyp
 
Old 05-02-2003, 09:14 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
easiest way is to do it from a terminal really

cdrecors speed=24 dev=0,0,0 -v image.iso

use cdrecord --scanbus to get the right dev= values
 
Old 05-02-2003, 09:16 AM   #3
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
It seems easier to me to use an x terminal and cdrecord.

# CD burning info
Adding an IDE CD-Writer to Linux
CD Writing HOWTO
# Burn an ISO to disk
cdrecord -v speed=5 dev=0,0,0 /path/to/foo.iso
# Burn from disk to disk
cdrecord -v dev=0,0,0 speed=5 -isosize /dev/cdrom
# Generate an ISO from a directory.
mkisofs -Jr -o foo.iso /path/to/directory
mkisofs -vrTJUV "Label" -o foo.iso /path/to/directory
# Generate an ISO from a CD
dd if=/dev/cdrom of=foo.iso
Linux MP3 CD Burning mini-HOWTO
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
# Burn a CD from wav files
cdrecord -v -audio -pad speed=5 dev=0,0,0 /path/to/*.wav
# Erase a CDRW
cdrecord -v dev=0,0,0 speed=5 blank=fast
 
Old 05-02-2003, 10:01 AM   #4
bennyp
Member
 
Registered: Apr 2003
Posts: 43

Original Poster
Rep: Reputation: 15
when i do cdrecord -scanbus as root i get:
Code:
cdrecord -scanbus
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
and it's worth mentioning that X-CD-Roast is the only program out of the many i've installed that actually manages to burn cds
 
Old 05-02-2003, 10:11 AM   #5
fancypiper
LQ Guru
 
Registered: Feb 2003
Location: Sparta, NC USA
Distribution: Ubuntu 10.04
Posts: 5,141

Rep: Reputation: 60
Make sure you have it configured correctly.

Adding an IDE CD-Writer to Linux
CD Writing HOWTO
 
Old 05-02-2003, 10:13 AM   #6
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
Quote:
Originally posted by fancypiper
It seems easier to me to use an x terminal and cdrecord.
fancypiper - thanks for your post - very helpful.

 
Old 05-03-2003, 11:31 PM   #7
jessepangburn
LQ Newbie
 
Registered: Nov 2002
Distribution: RedHat 9.0
Posts: 15

Rep: Reputation: 0
I also would like to thank fancypiper for posting those scripts :-)
Here is one suggestion for those people with spaces in their filenames or paths, change the following:
# Convert mp3 to wav with lame
for i in *.mp3; do lame --decode $i `basename $i .mp3`.wav; done
to
for i in *.mp3;do lame --decode "$i" "`basename "$i" .mp3`".wav;done

this is obvious to anyone who knows scripting, but newbs will find it helpful I hope
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
burning an iso resist_r Linux - Newbie 9 10-06-2005 10:58 AM
ISO Burning noobtesting Linux - Software 2 04-30-2004 09:51 PM
Burning an iso 10dedfish Linux - Newbie 2 07-23-2003 02:38 PM
Burning with X-CD Roast moracco_mole Linux - Hardware 5 07-20-2003 06:39 AM
Need help burning .iso cd ksgill Linux - Software 3 06-21-2003 10:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration