On Thu, Aug 26, 1999 at 04:43:31PM +0200, Jocke wrote: > Hi all, > > Been recompiling my 2.2.10 kernel to be able to use hp 8100+ CDRW. > I think I got it all right but some strange things did happen. > > I can't mount my ordinary cd anymore! > mount: wrong fs type, bad option, bad superblock on /dev/hdc, > or too many mounted file systems > > Where do I start looking? > > Here is some information. > in fstab: > /dev/hdc /cdrom iso9660 ro,user,noauto 0 0 > > cdrecord -scanbus > Cdrecord release 1.8a23 Copyright (C) 1995-1999 Jörg Schilling > scsibus0: > cdrecord: Warning: controller returns wrong size for CD capabilities page. > 0) 'SONY ' 'CD-ROM CDU4011 ' 'UY04' Removable CD-ROM > 1) 'HP ' 'CD-Writer+ 8100 ' '1.0g' Removable CD-ROM > 2) * > 3) * > 4) * > 5) * > 6) * > 7) * > > Can anyone help me ? >
You compiled in SCSI emulation for IDE devices, right? That means that, to user-level programs, your CDROMs are /dev/scd0 and /dev/scd1. You'll have to 'modprobe ide-scsi' before using the CD-ROM devices, or add its name to /etc/modules so that it is autoloaded on startup. -- Stephen Pitts [EMAIL PROTECTED] webmaster - http://www.mschess.org