From owner-freebsd-questions Thu Mar 28 19:01:26 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02418 for questions-outgoing; Thu, 28 Mar 1996 19:01:26 -0800 (PST) Received: (from jmb@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02411 Thu, 28 Mar 1996 19:01:22 -0800 (PST) From: "Jonathan M. Bresler" Message-Id: <199603290301.TAA02411@freefall.freebsd.org> Subject: Re: Other disks of Pioneer DRM-624X changer To: broome@msiadmin.cit.cornell.edu (Paul Broome) Date: Thu, 28 Mar 1996 19:01:21 -0800 (PST) Cc: questions@freefall.freebsd.org, paulb@online1.magnus1.com In-Reply-To: from "Paul Broome" at Mar 28, 96 09:24:14 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul Broome wrote: > > Surely my question has a simple answer. But I've read long and > carefully without finding it. > > How can I reach the other 5 cdroms on my Pioneer DRM-624X CDROM changer? > I can mount the first disk of /dev/cd0a onto /cdrom without problems. check in the /dev/directory that you have enough /dev/cdX devices you willneed /dev/cd0a through /dev/cd5a for 6 cdroms if they are not in /dev (by default only /dev/cd0a and /dev/cd0c exist. su to root. cd /dev and MAKEDEV cd1, MAKEDEV cd2....MAKEDEV cd5 mount /dev/cd1a mount /dev/cd2a ... mount /dev/cd5a