Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!hunter.premier.net!news.cais.net!mr.net!newshub.tc.umn.edu!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: CD Jukebox Date: 9 Aug 1996 20:31:58 GMT Organization: Private BSD site, Dresden Lines: 27 Message-ID: <4ug77u$4l8@uriah.heep.sax.de> References: <320A11C9.1B49@ee.washington.edu> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E "J. Wagner" <oztech@ee.washington.edu> wrote: > Could anyone tell me how to create block device for Mountain 7 CDROM > changer? MAKEDEV cd{0,1,2,3,4,5,6,7,8,9} (I think it doesn't accept digits > 9 by default.) > I have tried to use mknod command; however, FreeBSD still won't mount > it. > (kernel option ch0 is enabled, and Kernel does see the CDROM Jukebox as > cd2) 1) The `ch' device is wrong, it only applies to tape roboters. 2) If it only sees cd2 (as opposed to cd2 through cd8), you need a `quirk' record in /sys/scsi/scsiconf.c, in order to enable multiple LUN support for your device. Look at the entry for the NBR-7 CD changer as a template. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)