Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Writing a CD
Name: Pukara Date: March 22, 2004 at 21:54:45 Pacific OS: Vine Limux CPU/Ram: .
Comment:
Hello
I would like to ask how to write a CD-R (burn a CD?) from linux. What program do I need?
I need to do that in order to do a back up of my files from the HD
Name: smarmie Date: March 23, 2004 at 00:56:08 Pacific
Reply:
Try K3b, found at http://www.k3b.org/ It's one of the best I've met.
Beware of programmers who carry scredrivers.
0
Response Number 2
Name: Dlonra Date: March 23, 2004 at 05:57:28 Pacific
Reply:
AFAIK, all linux CD burning programs use cdparanoia to read and cdrecord to burn. I am not familiar with K3b, but guess it is a GUI front end. Audio CD recording requires SCSI emulation.
0
Response Number 3
Name: n3wo Date: March 23, 2004 at 10:41:41 Pacific
Reply:
XCDRoast is also very good; it also supports copying a CD with only one drive. It was bundled with my RH release, but can probably be found on google.
0
Response Number 4
Name: ernie Date: March 23, 2004 at 13:32:06 Pacific
Reply:
Another good GUI CD burner is CD Bake Oven. I am currently using version 1.8.9 which works well for me. There is also available version 2.0.0 beta 2 which I have not yet tested. You can check out CD Bake Oven at:
http://cdbakeoven.sourceforge.net/
Ernie [ewilcox@buckeye-express.com] ICQ 41060744 Registered Linux User 247790 Contributing author to Uptime http://www.steidler.net/uptime
0
Response Number 5
Name: 3Dave Date: March 24, 2004 at 01:22:42 Pacific
Reply:
dl0nra is correct, k3b is yet again just another frontend for the command line tools cdrecord, mkisofs, cdrdao etc...all be it a good one. SCSI emulation is required if you are running a 2.2.x/2.4.x kernel but ATAPI CD recording is now supported in the new 2.6.x kernels.
Summary: okay, here is the error message I get when I try to record a CD: cdrecord: For possible transport specifiers try 'cdrecord dev=help'. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure ...
Summary: Bill, I went to that site and checked things out. That file "should" be a .iso file(it has to be a .iso do make a cd from it). if that is the case, the following are the instructions that came wi...