From owner-freebsd-questions Sat Mar 2 10: 1:19 2002 Delivered-To: freebsd-questions@freebsd.org Received: from charter.net (dhcp-8-15.slidell.charter-ala.com [24.158.214.244]) by hub.freebsd.org (Postfix) with ESMTP id B997437B416 for ; Sat, 2 Mar 2002 10:01:01 -0800 (PST) Received: (from glenn@localhost) by charter.net (8.11.6/8.11.6) id g22I0hh96216; Sat, 2 Mar 2002 12:00:43 -0600 (CST) (envelope-from glenn) From: Glenn Johnson Date: Sat, 2 Mar 2002 12:00:38 -0600 To: trini 0 Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ccd PartII Message-ID: <20020302180038.GA67123@gforce.johnson.home> Mail-Followup-To: glenn@FreeBSD.ORG, trini 0 , freebsd-questions@FreeBSD.ORG References: <20020302140600.11162.qmail@web13103.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020302140600.11162.qmail@web13103.mail.yahoo.com> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Mar 02, 2002 at 06:06:00AM -0800, trini 0 wrote: > Ok I was able to reset the drives so I could start over setting up ccd > by doing -> > # dd if=/dev/zero of=/dev/rad1 bs=1k count=1 > # disklabel -Brw ad1 auto > > to both ad1 and ad2. > Then Im following the instructions from the handbook at > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/raid.html > for building the ccd disk. > > I get to 12.7.1.1.3 Building the Filesystem where I run -> > newfs /dev/ccd0c > > Im getting -> > hivemind# newfs /dev/ccd0c > Warning: Block size and bytes per inode restrict > cylinders per group to 89. > Warning: 1600 sector(s) in last cylinder unallocated > /dev/ccd0c: 106928576 sectors in 26106 cylinders > of 1 tracks, 4096 sectors > 52211.2MB in 294 cyl groups (89 c/g, > 178.00MB/g, 22400 i/g) > super-block backups (for fsck -b #) at: > <--(bunch of numbers--> > newfs: ioctl (WDINFO): No such process > newfs: /dev/ccd0c: can't rewrite disk label > hivemind# > > Could someone point me as to where, I may have a problem. I think you may be OK at this point. It has been a while since I set up a ccd volume but I believe that error message comes from not doing a disklabel on ccd0 before newfs. If I recall, it does not prevent the ccd volume from being functional. Try to mount ccd0c and see. -- Glenn Johnson glennpj@charter.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message