Burn ISO to CD with linux terminal

Dragan Eror's picture
terminal

Find address of your cd recorder

cdrecord -scanbus

output will be something like

scsibus1:
1,0,0 100) 'Optiarc ' 'DVD RW AD-7530B ' 'NX02' Removable CD-ROM
1,1,0 101) *
1,2,0 102) *
1,3,0 103) *
1,4,0 104) *
1,5,0 105) *
1,6,0 106) *
1,7,0 107) *

Burn image to CD with previously founded cdrecorder

cdrecord -v -dao dev=1,0,0 speed=8 file.iso

Read how to create ISO image from CD with linux terminal

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.