ok, i'm trying to set up a CDRW i've got SCSI emulation going,
cdrecord -scanbus can detect it i can mount the cd-rom for reading... fstab has the following line added: /dev/scd0 /cdrom iso9660 noauto,ro 0 0 now if i try: #cdrecord dev=scd0 blank=all i get: Cdrecord 1.8 (i686-pc-linux-gnu) Copyright (C) 1995-2000 Jörg Schilling scsidev: 'scd0' devname: 'scd0' scsibus: -2 target: -2 lun: -2 cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. any ideas what i'm doing wrong? John