LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   CD-RW Help (https://www.linuxquestions.org/questions/linux-newbie-8/cd-rw-help-173532/)

carlg 04-22-2004 09:27 PM

CD-RW Help
 
I'm trying to burn some CD's using Linux (Fedora Core 1).

I can successfully burn to CD-R's and CD-RW's using the following command (which I actually learned from this site)

mkisofs -R -o opt.iso /opt;cdrecord dev=1,0,0 opt.iso

Everything is coming out perfect except:

What if I want to re-write to a CD-RW and use it again? What do I need to do differently?

Any help is appreciated.

Thanks

Carl

njbrain 04-22-2004 10:13 PM

"mkisofs /dev/hdc" shoulc do the job.
Noah

carlg 04-23-2004 06:47 AM

Not sure I understand your answer?

Are you saying to run this command before I run my command?

njbrain 04-23-2004 07:14 AM

Sorry, I should have been more clear. My command is to erase a cd-rw.
Noah

carlg 04-23-2004 07:24 AM

Oh,

I see

I need to run your command to erase the CD.

Then my command to write on it again.

Thanks for the info

Carl

njbrain 04-23-2004 07:35 AM

You only need to erase a cd-rw after you burnt something to it.
Noah


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