From owner-freebsd-questions Thu Oct 30 08:06:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16888 for questions-outgoing; Thu, 30 Oct 1997 08:06:30 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from trefoil.bogs.org (root@bogslab.ucdavis.edu [128.120.162.26]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA16881 for ; Thu, 30 Oct 1997 08:06:19 -0800 (PST) (envelope-from greg@myrtle.bogs.org) Received: from myrtle.bogs.org (root@myrtle.bogs.org [198.137.203.39]) by trefoil.bogs.org (8.7.4/8.7.3) with SMTP id IAA13107 for ; Thu, 30 Oct 1997 08:05:34 -0800 (PST) Received: from myrtle.bogs.org (greg@localhost [127.0.0.1]) by myrtle.bogs.org (8.6.12/8.6.12) with ESMTP id IAA12227 for ; Thu, 30 Oct 1997 08:05:26 -0800 Message-Id: <199710301605.IAA12227@myrtle.bogs.org> To: questions@freebsd.org X-To: Nadav Eiron Subject: Re: CD-ROM changer, mount : Device not configured In-reply-to: Your message of "Thu, 30 Oct 1997 16:49:53 +0200." <34589E91.5102@barcode.co.il> Reply-To: gkshenaut@ucdavis.edu Date: Thu, 30 Oct 1997 08:05:02 -0800 From: Greg Shenaut Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <34589E91.5102@barcode.co.il>, Nadav Eiron cleopede: >That a CD changer is not supported this way. Just today preliminary >support for CD changers went into FreeBSD 3.0-current. 2.2.2R has not >support for interfacing a CD changer as multiple standard CD. What the >machine sees is a single drive and, if you're lucky, the changer >mechanism. You may be able to use raw SCSI commands to activate the >changer and mount/umount the disks manually, but other than that, or the >new code in 3.0-current, CD changers are not supported, at least AFAIK. Does this mean that the SCSI driver doesn't grok the Logical Unit Number (LUN) part of a SCSI device's address? (CD changers normally change automatically when the LUN of a just-received request isn't that of the currently loaded disk. For some reason I have never understood, many people who write SCSI drivers seem to assume that the LUN of all SCSI devices is always 0, and not only do not support it in their interface code, but often do not even leave room for it in the data format specifications, such as minor device numbers for SCSI disks.) -Greg Shenaut