Date: Thu, 30 Oct 1997 11:25:52 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Graeme Mc Donough <gmcdonou@earth.monash.edu.au> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: having more than 1 cdrom drive. Message-ID: <Pine.BSF.3.96.971030112259.17844M-100000@gdi.uoregon.edu> In-Reply-To: <9710301215.AA17239@earth.monash.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <ncr 53c815 scsi> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971030112259.17844M-100000>