Re: CD-RW trouble

2001-02-11 Thread John Griffiths
>> John, >> >> Here is my script: /usr/local/sbin/wipe_writer >> #!/bin/sh >> cdrecord dev=0,0,0 blank=all speed=4 >> eject /dev/scd0 >> >> Just wonder if a speed entry will help.. > >I doubt it, but specifying dev=0,0,0 instead of dev=scd0 might do the trick. >Use "cdrecord -scanbus" to dete

Re: CD-RW trouble

2001-02-11 Thread Carel Fellinger
On Sun, Feb 11, 2001 at 11:24:06AM -0800, Jaye Inabnit ke6sls wrote: > > John, > > Here is my script: /usr/local/sbin/wipe_writer > #!/bin/sh > cdrecord dev=0,0,0 blank=all speed=4 > eject /dev/scd0 > > Just wonder if a speed entry will help.. I doubt it, but specifying dev=0,0,0 instead of

Re: CD-RW trouble

2001-02-11 Thread Jaye Inabnit ke6sls
John, Here is my script: /usr/local/sbin/wipe_writer #!/bin/sh cdrecord dev=0,0,0 blank=all speed=4 eject /dev/scd0 Just wonder if a speed entry will help.. hth. On Sunday 11 February 2001 03:00, John Griffiths wrote: > ok, i'm trying to set up a CDRW > > i've got SCSI emulation going, > >

Re: CD-RW trouble

2001-02-11 Thread John Griffiths
>> now if i try: >> #cdrecord dev=scd0 blank=all >> > >Use the numbers given by cdrecord -scanbus (e.g 0,1,0) as the paramater >for dev > >(ie: cdrecord dev=0,1,0 ) > thank you kindly! that worked a treat... John

Re: CD-RW trouble

2001-02-11 Thread Philippe Marzouk
Le dim, 11 fév 2001 12:00:45, John Griffiths a écrit : > 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