On Wednesday 18 February 2004 14:58, jim tate wrote: > Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORD dev= "0,1,0" > gracetime=2 fs=4096k driveropts=burnfree,noforcespeed -v -useinfo > speed=40 -dao -eject -pad -data > "/home/mickey/FC2-test1-i386-disc1.iso" ... ... > /usr/bin/cdrecord -scanbus > 0,0,0 0) 'PLEXTOR ' 'CD-R PX-W4012A' '1.00' Removable Hi - your scsi address of the burner is '0,0,0' not '0,1,0' - don't know where xcdroast is getting that but try running this from the command line (as root at first to make sure its not a perms issue): # cdrecord dev=0,0,0 gracetime=2 fs=4096k \ -driveropts=burnfree,noforcespeed -v -useinfo \ -speed=40 -dao -eject -pad -data \ /home/mickey/FC2-test1-i386-disc1.iso if that works then you will have to figure out how to get xcdroast to use the correct device ID. It should have detected it right off. (Assuming that is the right device, it is showing up as a CD-R only, not writable, never saw that before. Do you have a CD-R and a CD-RW drive there?) hth