From owner-freebsd-fs@FreeBSD.ORG Mon Jun 11 03:01:59 2007 Return-Path: X-Original-To: freebsd-fs@freebsd.org Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61B6B16A480 for ; Mon, 11 Jun 2007 03:01:59 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147]) by mx1.freebsd.org (Postfix) with ESMTP id 2634F13C45A for ; Mon, 11 Jun 2007 03:01:58 +0000 (UTC) (envelope-from lists@stringsutils.com) Received: by zoraida.natserv.net (Postfix, from userid 58) id A8095C2F2; Sun, 10 Jun 2007 23:01:57 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on zoraida.natserv.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=4.0 tests=ALL_TRUSTED, DK_POLICY_SIGNSOME autolearn=disabled version=3.1.8 X-Spam-Report: * 0.0 DK_POLICY_SIGNSOME Domain Keys: policy says domain signs some mails * -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP Received: from zoraida.natserv.net (zoraida.natserv.net [66.114.65.147]) by zoraida.natserv.net (Postfix) with ESMTP id F2CECC2AF; Sun, 10 Jun 2007 23:01:54 -0400 (EDT) References: <20070610142832.11ecfaff@vixen42> Message-ID: X-Mailer: http://www.courier-mta.org/cone/ From: Francisco Reyes To: Zane =?ISO-8859-1?B?Qy5CLg==?= Date: Sun, 10 Jun 2007 23:01:54 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" Content-Disposition: inline Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org, Ivan Voras Subject: Re: Filesystems larger than 2TB? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2007 03:01:59 -0000 Zane C.B. writes: > In such a situation, I would seperate the data drives and the OS > drives, instead of having them in one big raid. This makes it a lot > more manageable. Ok. Let me see if I understand. So I could take say 2 drives and make it raid 1. T hen make another raid with the rest of the drives and I would then newfs -s the raw partition? I also think 3ware controllers allow to take part of a raid display it separately, but still only have one raid. Will check before I do my next "large" machine. Thanks for all the feedback.