From owner-freebsd-questions Thu Apr 10 23:16:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA29069 for questions-outgoing; Thu, 10 Apr 1997 23:16:45 -0700 (PDT) Received: from falcon.pacit.tas.gov.au (falcon.pacit.tas.gov.au [147.109.1.8]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA29064 for ; Thu, 10 Apr 1997 23:16:41 -0700 (PDT) Received: from sam.pacit.tas.gov.au (carey.pacit.tas.gov.AU [147.109.2.69]) by falcon.pacit.tas.gov.au (8.8.4/8.8.2) with SMTP id QAA09798; Fri, 11 Apr 1997 16:16:12 +1000 (EST) Message-Id: <3.0.32.19970411161456.00701160@falcon.pacit.tas.gov.au> X-Sender: cpn@falcon.pacit.tas.gov.au X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Fri, 11 Apr 1997 16:14:57 +1000 To: Steve Ames , freebsd-questions@freebsd.org From: Carey Nairn Subject: Re: ccd first time Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Have you made the ccd devices in /dev ? I can't remember if they are there by default. You will also have to newfs the ccd0 filesystem. cheers, Carey At 00:39 11/04/97 -0500, Steve Ames wrote: > >I'm trying to use ccd for the first time. The documentation I've managed >to find is pretty sparse. (looking in all the wrong places perhaps) > >In any case, I've got the kernel compiled with the pseudo-device ccd 4 >option. > >The system now hangs on boot with the last line displayed reading: > >ccd0-3: Concatenated disk drivers > >not much in the way of debugging there. So... can anyone give me the >walk through on how to get ccd operationa? I'm using FreeBSD-STABLE. >The disks (2 of them) or micropolis 4421 (2Gig) and I'm using an adapteck >2940 controller card. > >I've also created an /etc/ccd.conf file that contains a line reading: > >ccd0 32 none /dev/sd0e /dev/sd1e > >All help appreciated :) > > -Steve > >