From owner-freebsd-questions Thu Oct 30 11:26:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA02247 for questions-outgoing; Thu, 30 Oct 1997 11:26:11 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA02239 for ; Thu, 30 Oct 1997 11:26:07 -0800 (PST) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.5) with SMTP id LAA17926; Thu, 30 Oct 1997 11:25:52 -0800 (PST) Date: Thu, 30 Oct 1997 11:25:52 -0800 (PST) From: Doug White Reply-To: Doug White To: Graeme Mc Donough cc: freebsd-questions@FreeBSD.ORG Subject: Re: having more than 1 cdrom drive. In-Reply-To: <9710301215.AA17239@earth.monash.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 30 Oct 1997, Graeme Mc Donough wrote: > Hi > > I am running free bsd 2.2.1 > > I have a sony cdu-765 cdrom drive (scsi),(/dev/cd0 on the system), which > works fine. > I would like to add another 4 cdrom drives (all the same as the one above). > I have tried to think of what is required for this... eg cd0, cd1 ,cd2...etc > But I am at a loss as to what is required. > > Can you pleas give me help or direct me to a place that can help me on this > matter. 1. Attach CDs to SCSI bus. 2. Reboot. 3. The CDs will appear automatically. You may have to make the actual devices for these (run /dev/MAKEDEV cd? where ? is the number of the CD you want to add). If you look at the boot messages (in /var/log/messages or by running `dmesg') you can see which CDs were attached to which devices. For instance, I have two SCSI CDs: Oct 20 17:23:05 gdi /kernel: ncr0 rev 3 int a irq 10 on pci0:1 2 Oct 20 17:23:05 gdi /kernel: ncr0 waiting for scsi devices to settle Oct 20 17:23:05 gdi /kernel: (ncr0:2:0): "PLEXTOR CD-ROM PX-4XCE 1.00" type 5 removable SCSI 2 Oct 20 17:23:05 gdi /kernel: cd0(ncr0:2:0): CD-ROM Oct 20 17:23:05 gdi /kernel: cd0(ncr0:2:0): 5.7 MB/s (175 ns, offset 8) ^^^ see here Oct 20 17:23:05 gdi /kernel: cd present [332530 x 2048 byte records] Oct 20 17:23:05 gdi /kernel: (ncr0:4:0): "SONY CD-ROM CDU-76S 1.1c" type 5 removable SCSI 2 Oct 20 17:23:05 gdi /kernel: cd1(ncr0:4:0): CD-ROM Oct 20 17:23:05 gdi /kernel: cd1(ncr0:4:0): 5.0 MB/s (200 ns, offset 8) Oct 20 17:23:05 gdi /kernel: cd present [400000 x 2048 byte records] My Plextor is mapped to cd0 and the Sony is mapped to cd1. Hope this helps. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major