From owner-freebsd-fs Fri Jan 23 12:16:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07846 for freebsd-fs-outgoing; Fri, 23 Jan 1998 12:16:30 -0800 (PST) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from gate.iterated.com (gate.iterated.com [206.30.188.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07841 for ; Fri, 23 Jan 1998 12:16:28 -0800 (PST) (envelope-from CSagar@exchange.iterated.com) Received: from [198.242.115.150] by gate.iterated.com for id PAA01211; Fri Jan 23 15:16:27 1998 Received: by exchange.iterated.com with Internet Mail Service (5.5.1664.3) id ; Fri, 23 Jan 1998 15:16:26 -0500 Message-ID: Subject: help with ccd volumes Date: Fri, 23 Jan 1998 15:16:20 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.1664.3) Content-Type: text/plain; charset="iso-8859-1" To: "'freebsd-fs@freebsd.org'" From: Chris Sagar Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have built a ccd volume and am now trying to mount it. When I do a mount command, I get an error of incorrect super block. Fsck does not work with ccd0. What do I need to do to mount the ccd0 Volume?? Here is the history of what I am doing. I have two sets of 8 4-gb Seagate drives that I want to ccd to one Adaptec controller. (8 disks / adapter ) I have created filesystems on them using newfs. I have created label with disklabel. The filesystem type is 4.2BSD on partition c according to disklabel. I ran ccdconfig as the following: Ccdconfig -v ccd0a 32 0 /dev/sd1c /dev/sd2c /dev/sd3c ( I only did three drives to start with. Saves a whole lot of typing). Ccdconfig completes with no errors. I am stumped as to what the next step is. I have tried newfs on the ccd device, fsck on the ccd device, nothing seems work. Any and all input is greatly appreciated. Chris Sagar Csagar@iterated.com From owner-freebsd-fs Fri Jan 23 12:21:32 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA08395 for freebsd-fs-outgoing; Fri, 23 Jan 1998 12:21:32 -0800 (PST) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA08390 for ; Fri, 23 Jan 1998 12:21:29 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.8.7/8.8.5) with ESMTP id NAA16704; Fri, 23 Jan 1998 13:21:27 -0700 (MST) Message-Id: <199801232021.NAA16704@pluto.plutotech.com> X-Mailer: exmh version 2.0.1 12/23/97 To: Chris Sagar cc: "'freebsd-fs@freebsd.org'" Subject: Re: help with ccd volumes In-reply-to: Your message of "Fri, 23 Jan 1998 15:16:20 EST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Jan 1998 13:18:58 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Newfs rccd0c. -- Justin From owner-freebsd-fs Fri Jan 23 18:09:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA14893 for freebsd-fs-outgoing; Fri, 23 Jan 1998 18:09:21 -0800 (PST) (envelope-from owner-freebsd-fs@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 SAA14843 for ; Fri, 23 Jan 1998 18:09:06 -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 MAA15925; Sat, 24 Jan 1998 12:38:57 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA26210; Sat, 24 Jan 1998 12:38:56 +1030 (CST) (envelope-from grog) Message-ID: <19980124123856.60372@lemis.com> Date: Sat, 24 Jan 1998 12:38:56 +1030 From: Greg Lehey To: Chris Sagar Cc: "'freebsd-fs@freebsd.org'" Subject: Re: help with ccd volumes References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Chris Sagar on Fri, Jan 23, 1998 at 03:16:20PM -0500 Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Jan 23, 1998 at 03:16:20PM -0500, Chris Sagar wrote: > I have built a ccd volume and am now trying to mount it. > > When I do a mount command, I get an error of incorrect super block. > Fsck does not work with ccd0. What do I need to do to mount the ccd0 > Volume?? > > Here is the history of what I am doing. > I have two sets of 8 4-gb Seagate drives that I want to ccd to one > Adaptec controller. (8 disks / adapter ) > > I have created filesystems on them using newfs. I have created label > with disklabel. The filesystem type is 4.2BSD on partition c according > to disklabel. > > I ran ccdconfig as the following: > Ccdconfig -v ccd0a 32 0 /dev/sd1c /dev/sd2c /dev/sd3c ( I only did > three drives to start with. Saves a whole lot of typing). > Ccdconfig completes with no errors. > > I am stumped as to what the next step is. > I have tried newfs on the ccd device, fsck on the ccd device, nothing > seems work. Justin answered the question, but maybe it was a little cryptic. You do newfs on the CCD volume, not on its components. In other words, run ccdconfig first, then newfs. Greg