Writing a CD in console: Difference between revisions

From D3xt3r01.tk
Jump to navigationJump to search
(New page: ==WHY ?== Because maybe you don't have a graphic interface .. maybe you don't want to install k3b or another graphical tool for burning cd/dvd's ==HOW== Make sure you have ''mkisofs'', ...)
 
mNo edit summary
 
(No difference)

Latest revision as of 22:13, 25 January 2012

WHY ?

Because maybe you don't have a graphic interface .. maybe you don't want to install k3b or another graphical tool for burning cd/dvd's

HOW

Make sure you have mkisofs, growisofs, dvd+rw-tools, wodim, cdrecord, burn-cd, cdrkit

In the next example I'll try writing a 80M iso to a dvd.

 growisofs -dvd-compat -Z /dev/dvd=image.iso

Here's how you write a iso to a cd :

 wodim -v /dev/dvd speed=48 image.iso

Example writing with burn-cd:

 ./burn-cd-1.7.4 --device=/dev/cdrom --image=image.iso

LINKS

BURN-CD