I just set up using SCSI emulation for my IDE CD drive with
2.2.18pre21 kernel.  I have a couple of thoughts which might help.

When you change emulations your drive stops being /dev/hdd (for
example) and starts being /dev/scd0 -- or at least, that's how you
need to access it.

You need to edit /etc/fstab to reflect this reality, and you may need
to jiggle some links too, depending on how you're set up.

You have to tell the ide-cd driver not to grab the drive by moves such
as adding 
append="hdd=ide-scsi"
in lilo.conf or 
options ide-cd ignore=hdd       # tell the ide driver to keep off
in modules.conf.

I got all this from the CD-R howto.

On Sun, Feb 18, 2001 at 02:48:26PM -0800, Jerrud wrote:
> 
> This pretty much goes along side the "CDROM device" question asked by William 
> Leese earlier on the list, but I have troubles too ;-)
> 
> I recompiled my kernel (2.4.1) last night to include support for my new cd 
> writer, but now that i have done that, the switch to IDE to SCSI emulation 
> has changed the whereabouts of my DVD drive and my cd writer. For instance::
> 
> [EMAIL PROTECTED]:~$ mount /cdrom
> mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
>        or too many mounted file systems
>        (aren't you trying to mount an extended partition,
>        instead of some logical partition inside?)
> [EMAIL PROTECTED]:~$ 
> 
> (and yes, i have a CD in there - i`m trying to install my Myth II Cd by Loki 
> ;-)
> 
> Or if I try::
> 
> [EMAIL PROTECTED]:~$ mount /dev/hdc
> mount: can't find /dev/hdc in /etc/fstab or /etc/mtab
> [EMAIL PROTECTED]:~$ mount /dev/hdd
> mount: can't find /dev/hdd in /etc/fstab or /etc/mtab
> [EMAIL PROTECTED]:~$
> 
> I know those drive locations are correct, b/c "dmesg | less" pointed them out.
> 
> Where can I find my drives?
> 
> Thanks, 
> 
> Jerrud
> 
> (sorry for the long post)
> 
> 
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Reply via email to