Jump to content

how to burn image on a cd-r/rw disk?


Mandriva-user
 Share

Recommended Posts

Well I never burn a image on cd with iso can some-one explaine me how to do it,please.

I like to learn to burn mandrake/ any linux image on to cd.

I need help about burning images on cd for any os linux.

 

Thank you for helping me.

 

tnx mandrake-user :P

Link to comment
Share on other sites

Look in the old docs section at the top of board page in the Utilities and Apps section "Handling CD Images." There are links on the page to the CD-Writing How-To and the CD Writing Tutorial. These should get you on your way and you can always come back for clarification.

 

Counterspy

Link to comment
Share on other sites

Here's the easiest way:

 

In a console, type:

 

cdrecord --scanbus

 

Find out what your CDRW is recognized as (mine is 0,2,0).

 

Then in the console, type:

 

cdrecord -v speed=<speed of burner> dev=<device> <path to ISO image>

 

So,

 

If i wanted to burn a Mandrake CD on my machine, I would change the directory where the ISO is stored and type:

 

cdrecord -v speed=36 dev=0,2,0 MandrakeLinux90.i586.iso

 

Adjust to your situation. Very easy. I have found the GUI apps to be cumbersome and if you don't have the correct permissions, you need to determine what permissions you need.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...