From owner-freebsd-questions@FreeBSD.ORG Fri Apr 15 20:30:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79ACE16A4CE for ; Fri, 15 Apr 2005 20:30:41 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A27643D49 for ; Fri, 15 Apr 2005 20:30:41 +0000 (GMT) (envelope-from tummytech@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so665951rnf for ; Fri, 15 Apr 2005 13:30:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XEySIKQohIrbGvD00uMfLHg5cYr6HX8W5jV6zN69mclsRKyUeo2Ye0gdU02e6yZFPtLJaKwUAc60r62HQvZCltT7+55mpiVnFiqzP2sQ7uhj5u5+iC3dMbRyCgUKsYNRdL++pka/7XzDMQGIZY/lzOOuYEuda+FlMDHeUxDv15M= Received: by 10.38.96.65 with SMTP id t65mr3537792rnb; Fri, 15 Apr 2005 13:30:40 -0700 (PDT) Received: by 10.38.88.37 with HTTP; Fri, 15 Apr 2005 13:30:40 -0700 (PDT) Message-ID: <860807bf05041513307e93f72@mail.gmail.com> Date: Fri, 15 Apr 2005 13:30:40 -0700 From: Benson Wong To: Dan Nelson In-Reply-To: <20050415171435.GP4842@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050415161806.GO4842@dan.emsphone.com> <20050415165334.DE2BD37C00@mxc1.crockettint.com> <20050415171435.GP4842@dan.emsphone.com> cc: freebsd-questions@freebsd.org Subject: Re: 5.8TB RAID5 SATA Array Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Benson Wong List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Apr 2005 20:30:41 -0000 >=20 > If your array is just going to used for one large filesystem, you can > skip any partitioning steps and newfs the base device directly. then > if you decide to grow the array (and if your controller supports > nondestructive resizing), you can use growfs to expand the filesystem > without the extra step of manually adjusting a partition table. >=20 So you don't actually need to disklabel it? You can just go newfs {options} /dev/da0 and it will just work?=20 Hmm.. wish I had something to test that with because I thought I had to disklabel first and then newfs it. Ben.