LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-06-2009, 04:09 AM   #1
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
How to burn an ISO to CD-RW?


I keep hearing that you can burn iso images to CD-RW, yet I have not been able to-I've tried kb3, xfburn, etc and even through the terminal with-
Code:
dvdrecord -dao --eject driveropts=burnfree 
dev=/dev/cddevice --data /path/to/iso_file
What am I doing wrong?

Note i can burn CD-R/DVD-R
 
Old 04-06-2009, 04:20 AM   #2
reptiler
Member
 
Registered: Mar 2009
Location: Hong Kong
Distribution: Fedora
Posts: 184

Rep: Reputation: 42
I use K3B for this, and usually it should only refuse if the disk has been used already and is was formatted in a way that it has to be formatted first.
Try formatting the disk.

Also, does your drive support RW-media?
K3B should be able to tell you what stuff is supported by your drive.

Last edited by reptiler; 04-06-2009 at 04:22 AM.
 
Old 04-06-2009, 04:24 AM   #3
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
That's a good question-does my drive support cd-rw?
It says it does...
I have a HP Pavillion a810n AMD Athlon64 w/ DVD-RW/CD-RW and a CDROM.
It burns DVD-R/+R and CD-R's great.
Maybe it can't burn CD-RW, that would suck!
 
Old 04-06-2009, 04:36 AM   #4
reptiler
Member
 
Registered: Mar 2009
Location: Hong Kong
Distribution: Fedora
Posts: 184

Rep: Reputation: 42
In K3B check Settings -> Configure K3b and then Devices.
You should see a screen like this:
Attached Thumbnails
Click image for larger version

Name:	k3b.jpg
Views:	25
Size:	75.2 KB
ID:	420  
 
Old 04-06-2009, 05:03 AM   #5
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
But...

Have you erased the CD before you tried to record. CDs must be erased, but DVDs should be overwritten. Neither can be formatted too many times.
 
Old 04-06-2009, 05:08 AM   #6
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
No, I've always tried with new CD-RW's. It can make data cd/dvd's too, just won't burn an iso to cd-rw, always ends up blank.?
 
Old 04-06-2009, 06:40 AM   #7
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229
Well...

You say you can burn data, music, etc. to these CD-RW disks?

If not, or if so, try to format one of the CD-RW disks. Did you find a listing of what the drive will burn?

As root try the command "lshw" and find your drive on the list to see if it tells you it will burn CD-RW. If you do not have it in your distro, you should find it a repository.

You did try K3b with its graphic interface?

I have a feeling I am in desperation telling you things you already know and have tried.

Last edited by thorkelljarl; 04-06-2009 at 06:42 AM.
 
Old 04-06-2009, 06:49 AM   #8
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Original Poster
Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Actually no, being a Newbie. I didn't know about "lshw".
I did do as you said with k3b-says I can burn anything-

Code:
*-cdrom:0
                description: DVD writer
                product: CD/DVDW TS-H552B
                vendor: TSSTcorp
                physical id: 1
                bus info: scsi@1:0.0.0
                logical name: /dev/cdrom
                logical name: /dev/dvd
                logical name: /dev/scd0
                logical name: /dev/sr0
                version: HP08
                capabilities: removable audio cd-r cd-rw dvd dvd-r
                configuration: ansiversion=5 status=open
Thanks for your help! Will now try formatting a CD-RW...
 
Old 04-06-2009, 09:52 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Blank the disk before trying to write something to it, use 'blank=fast' or 'blank=all' options for cdrecord.
 
  


Reply



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
can't burn iso 3 and iso 4 for FC5 mnauta Fedora 1 04-02-2006 02:45 PM
Nero Burn Process Failed[Trying to burn ISo of PCliveilnux Os] Chaosbringer Linux - Software 3 02-02-2006 06:09 AM
k3b error with audio cd burn (no prob with iso burn) bluem Linux - Newbie 1 04-16-2004 08:05 AM
I downloaded the gentoo iso in mandrake, what program do i burn the iso with backflippin General 4 04-05-2004 10:20 AM
Do I burn the ISO, or burn what's contained in it? Borg Swarm Linux - General 1 02-06-2004 05:30 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:45 AM.

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