From owner-freebsd-questions Sun Nov 5 1:56:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id 0167637B4CF for ; Sun, 5 Nov 2000 01:56:45 -0800 (PST) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 5 Nov 2000 01:55:13 -0800 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id eA59uWg54199; Sun, 5 Nov 2000 01:56:32 -0800 (PST) (envelope-from cjc) Date: Sun, 5 Nov 2000 01:56:26 -0800 From: "Crist J . Clark" To: Matt of the Long Red Hair Cc: "Kenneth D. Merry" , freebsd-questions@FreeBSD.ORG Subject: Re: Building cd devices Message-ID: <20001105015626.Y75251@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: <20001105013620.A16360@panzer.kdm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from mattp@conundrum.com on Sun, Nov 05, 2000 at 03:43:29AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Nov 05, 2000 at 03:43:29AM -0500, Matt of the Long Red Hair wrote: > On Sun, 5 Nov 2000, Kenneth D. Merry wrote: > > > On Sat, Nov 04, 2000 at 18:15:55 -0500, Matt of the Long Red Hair wrote: > > > > > > I seem to be having some trouble creating the necessary devices to access my > > > CD-R, which is sitting on cd1 on my FreeBSD 4.1.1-STABLE machine. When I run > > > `./MAKEDEV cd1` in /dev, all that appears to be created is /dev/cd1c, which > > > doesn't seem to be enough. > > > > > > Anyone have any suggestions for creating the rest of the devices? > > > > Only the 'a' and 'c' partitions are made for CD devices. Is the 'a' > > partition not getting created? > > No, it's not. > > In fact, it looks like cd1c wasn't even being created. Just to see if it > would make a difference, I tried removing cd1c before doing a `./MAKEDEV cd1` > and nothing was created at all. > > flux# rm cd1c > flux# ./MAKEDEV cd1 > flux# ls -l cd1* > ls: No match. What version is your MAKEDEV? Actually, doing 'cd0' _or_ 'cd1' should create both the cd0 and cd1 devices. Try a, # sh -x MAKEDEV cd1 To see what is going on. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message