On Wed, 2006-05-03 at 12:29 -0300, Rodrigo Barbosa wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Tue, May 02, 2006 at 05:40:25PM -0700, Craig White wrote: > > I have an issue with cdrecord though and I can't figure it out. I use > > Webmin, which basically just creates an iso and then uses cdrecord to > > burn it and it worked fine with previously installed CentOS 4 (I wiped > > and reinstalled about 8 months ago). > > > > This is the command that Webmin tries to execute... > > > > cdrecord -v dev=0,0,0 speed=4 -isosize \ > > '/home/Linux/CentOS-4/CentOS-4.2-i386-bin4of4.iso' > > Try: > > dev=ATAPI:0,0,0 > ---- yeah I figured it out and posted my resolution. Doing google search wasn't any good until I added ATAPI to the google search and then it paid off. Thanks Craig