Writing a CD in console

From D3xt3r01.tk
Revision as of 21:13, 25 January 2012 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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