Re: Problem with scsi emulation

2004-02-13 Thread Martin Batermann
Hi Peter Thanks for the good advice. It worked perfectly. Cheers MB On Thu, 12 Feb 2004 08:31:24 + Peter Samuelson <[EMAIL PROTECTED]> wrote: > > [Martin Batermann] > > Just some clarification please: When recreating > /dev/scd1, should I > > first delete the /dev/scd1 that I created manu

Re: Problem with scsi emulation

2004-02-12 Thread Peter Samuelson
[Martin Batermann] > Just some clarification please: When recreating /dev/scd1, should I > first delete the /dev/scd1 that I created manually and should I type > MAKEDEV scd or MAKEDEV scd1? I'd delete 'em first but I really don't think it matters: cd /dev; rm scd*; MAKEDEV scd Peter signat

Re: Problem with scsi emulation

2004-02-12 Thread Martin Batermann
Peter Samuelson <[EMAIL PROTECTED]> wrote: > > > Because I had symlinks all over the place, I tried to > tidy it up a > > bit and ended up deleting /dev/scd1. Not knowing how > to get > > /dev/scd1 back, I renamed /dev/scd16 to /dev/scd1. Now > I cannot > > mount my dvd-writer. > > Right - to

Re: Problem with scsi emulation

2004-02-11 Thread Peter Samuelson
[Martin Batermann] > Before I emulated scsi, I referred to it as /cdrom and it worked > fine. However, when I changed to the scsi emulation I couldn't get > /usr/sbin/base-config to work. Every time I try to install a > package, it wants me to insert my debian cd in /cdrom which it > couldn't fi

Problem with scsi emulation

2004-02-11 Thread Martin Batermann
I'm running Woody (2.4.22) and have two cd-roms. The first (/dev/scd0 mounted at /scsi) is a genuine scsi drive and I have no problems with it. The second is an IDE dvd-writer. I enabled scsi emulation and put an entry for it in my fstab as /dev/scd1, mounted at /dvd. Before I emulated scsi,

Re: problem with scsi emulation

2004-02-06 Thread Pierre-François Gandolfo
Le 05 février à 20:16, j smith a écrit: > i have Debian 3.0 and CD-Writer, so i have to use scsi > emulation. i compile the kernel and cdrecord works, > but with scsi emulation i can't use CD-Writer to read > CD. i enter the command: > > mount /dev/scd0 /cdrom > > it complains that /dev/scd0 is n

Re: problem with scsi emulation

2004-02-05 Thread Adam Aube
On Thursday 05 February 2004 11:16 pm, j smith wrote: > i have Debian 3.0 and CD-Writer, so i have to use scsi > emulation. i compile the kernel and cdrecord works, > but with scsi emulation i can't use CD-Writer to read > CD. i enter the command: > > mount /dev/scd0 /cdrom > > it complains that /d

problem with scsi emulation

2004-02-05 Thread j smith
i have Debian 3.0 and CD-Writer, so i have to use scsi emulation. i compile the kernel and cdrecord works, but with scsi emulation i can't use CD-Writer to read CD. i enter the command: mount /dev/scd0 /cdrom it complains that /dev/scd0 is not valid device. Please help!