You are not logged in.
Does CrunchBang 9 lite come with a program to burn iso images to CD? What would be the best simple program to use? All I can find in the repositories are programs for burning DVDs, which I'm not sure would work for burning CDs.
Last edited by rzrscm (2010-10-25 05:19:28)
Offline
Buring iso image to CD...
I'm not familiar with Crunchbang 9 lite but xfburn does a good job for me including cd's. I always burn at the slowest speed allowable for better results.
Offline
i like xfburn
failure is only a negative way to describe a learning experience.
i am constantly learning. 
Offline
Many CD/DVD burning programs are also capable of burning images. Xfburn included.
Offline
xfburn it is...Thank you.
Offline
Or use Wodim, from the repos. It's a command line thing but is really only a matter of copy-and-paste. I've not had a coaster with it yet.
Brief instructions:
Check md5sum of download:
------------
(navigate to folder containing the file, then)
$ md5sum (filename)
Find CD/DVD burner:
-----------
$ wodim --devices (*Use info below after the dev=/dev/ bit. In my case, it's scd0)
Burn:
----
(navigate to folder containing file, then)
$ wodim driveropts=burnfree,noforcespeed fs=14M speed=4 -dao -eject -overburn -v dev=/dev/scd0 (filename)
Check md5sum of disk:
--------------------
$ md5sum /dev/scd0
Any questions, just ask.
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.