From owner-freebsd-questions Mon May 3 17:34:12 1999 Delivered-To: freebsd-questions@freebsd.org Received: from shell.xecu.net (shell.xecu.net [208.241.7.3]) by hub.freebsd.org (Postfix) with ESMTP id 5EB0715556 for ; Mon, 3 May 1999 17:34:04 -0700 (PDT) (envelope-from andy@xecu.net) Received: from localhost (andy@localhost) by shell.xecu.net (8.9.1/8.9.1) with ESMTP id UAA19784 for ; Mon, 3 May 1999 20:34:04 -0400 (EDT) X-Authentication-Warning: shell.xecu.net: andy owned process doing -bs Date: Mon, 3 May 1999 20:34:03 -0400 (EDT) From: Andy Dills To: freebsd-questions@freebsd.org Subject: Striping of drives Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to stripe together 3 identitcal 4gig SCSI drives, and am having some problems. I've compiled ccd into my kernel, and created the device. I'm using the suggested commands found in the handbook: cd /dev ; sh MAKDEV ccd0 disklabel -r -w sd0 auto disklabel -r -w sd1 auto disklabel -r -w sd2 auto disklabel -e sd0c # change type to 4.2BSD disklabel -e sd1c # change type to 4.2BSD disklabel -e sd2c # change type to 4.2BSD ccdconfig ccd0 32 0 /dev/sd0c /dev/sd1c /dev/sd2c newfs /dev/rccd0c My problem is (I assume) when I try to use disklabel -e. I edit the type, and change it from SCSI to 4.2BSD, and it doesn't take. What I mean by that is, if I diskabel -e it again, the type is back to SCSI. Does anybody have any suggestions? Thanks, Andy ---------------------------------------------------- Andy Dills 301-682-9972 Network Administrator Fax 301-620-9634 Xecunet, LLC www.xecu.net ---------------------------------------------------- Dialup * Webhosting * E-Commerce * High-Speed Access To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message