From owner-freebsd-questions Thu Feb 12 14:02:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA11040 for questions-outgoing; Thu, 12 Feb 1998 14:02:56 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA11026 for ; Thu, 12 Feb 1998 14:02:36 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id IAA19698; Fri, 13 Feb 1998 08:32:21 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id IAA03827; Fri, 13 Feb 1998 08:32:17 +1030 (CST) (envelope-from grog) Message-ID: <19980213083216.62155@freebie.lemis.com> Date: Fri, 13 Feb 1998 08:32:16 +1030 From: Greg Lehey To: Leigh Porter , FreeBSD questions Subject: Re: CCD Drivers References: <34E31A06.28592530@wisper.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: <34E31A06.28592530@wisper.net>; from Leigh Porter on Thu, Feb 12, 1998 at 03:49:29PM +0000 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 12 February 1998 at 15:49:29 +0000, Leigh Porter wrote: > Hiya folks, > > I am trying to get the CCD driver working, here is what happens: > > # dmesg | grep ccd > ccd0-3: Concatenated disk drivers > # /etc/ccd.conf > # Configuration file for concatenated disk devices > # > # ccd ileave flags component devices > ccd0 256 none /dev/sd1e /dev/sd2e > > All looks good so far, yeah!? (If not, please let me know :) So far, yes. > bash# ccdconfig -Cv > ccdconfig: ioctl (CCDIOCSET): /dev/ccd1c: Inappropriate file type or > format > bash# > > If anybody can shed some light on this, please let me know! Take a look at your disk labels with disklabel -r sd1 disklabel -r sd2 It should end with something like: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 1173930 0 unused 0 0 # (Cyl. 0 - 358) e: 1173930 0 4.2BSD 0 0 0 # (Cyl. 0 - 358) I'd guess that your fstype for partition e is "unused". That will cause this error message. Compare ccd(4): Note that the `raw' partitions of the disks should not be combined. The kernel will only allow component partitions of type FS_BSDFFS (type ``4.2BSD'' as shown as disklabel(8)). Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe questions" in the body of the message