PDA

View Full Version : WHat Is the cd burnning app that comes with KNoppix



fulp
05-17-2004, 11:28 PM
WHat is the cd Burning app that comes with linux something like kb3 or something like that

unamiccia
05-17-2004, 11:40 PM
It's k3b -- available (I think) somewhere in the multimedia portion of the KDE start menu. Or you can just type k3b at the command line.

Depending on which version of Knoppix you're running (and/or if you've installed it to a hard drive), you may need to do some magic as root to set up permissions for CD burning. Search this forum for "k3b" and choose your problem if you have one!

pulsar
05-18-2004, 01:35 AM
K3b can be used without root permission. It does the job perfect, burning cd's that is. Eigther run from hd as wel as from cd.

mzilikazi
05-18-2004, 05:53 PM
WHat is the cd Burning app that comes with linux something like kb3 or something like that

The same one that's used w/ all distros. cdrecord ;)

A. Jorge Garcia
05-18-2004, 11:11 PM
I just open a shell in the folder I downloaded the ISO and type on the command line:

cdrecord -v dev=0,0,0 KNOPPIX_V3.4-2004-05-04-EN.iso

Make sure you use the right dev by running

cdrecord -scanbus

first!

Enjoy,
AJG