From owner-freebsd-fs@FreeBSD.ORG Mon Feb 5 16:48:31 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 7403416A408 for ; Mon, 5 Feb 2007 16:48:31 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from mh1.centtech.com (moat3.centtech.com [64.129.166.50]) by mx1.freebsd.org (Postfix) with ESMTP id E60C313C49D for ; Mon, 5 Feb 2007 16:48:30 +0000 (UTC) (envelope-from anderson@freebsd.org) Received: from [10.177.171.220] (neutrino.centtech.com [10.177.171.220]) by mh1.centtech.com (8.13.8/8.13.8) with ESMTP id l15GYjVM004120; Mon, 5 Feb 2007 10:34:46 -0600 (CST) (envelope-from anderson@freebsd.org) Message-ID: <45C75CA5.5030409@freebsd.org> Date: Mon, 05 Feb 2007 10:34:45 -0600 From: Eric Anderson User-Agent: Thunderbird 1.5.0.9 (X11/20070204) MIME-Version: 1.0 To: Indigo References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.88.4/2525/Mon Feb 5 10:11:08 2007 on mh1.centtech.com X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=8.0 tests=BAYES_00 autolearn=ham version=3.1.6 X-Spam-Checker-Version: SpamAssassin 3.1.6 (2006-10-03) on mh1.centtech.com Cc: freebsd-fs@freebsd.org Subject: Re: Dumb filesystem idea 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, 05 Feb 2007 16:48:31 -0000 On 02/04/07 16:11, Indigo wrote: > Hello Everyone, > Im about to try a disklayout experiment and I wanted to ask everyone if > Im trying things that are pointless or if I should extend the experiment > somehow. > > Hardware: > Highpoint RocketRAID 2320 > 2xWD Raptor 74GB > 5xWD Caviar 320GB > > Original idea for the setup: > 74GB RAID1 (Raptors) > /,/var,/usr > 50GB RAID0 (Caviars[10GB from each - maybe less]) > swap,/usr/obj,/tmp,[/var/audit] > 1TB+ RAID5 (Caviars[the rest]) > /home (or just general storage) > > The goal is to waste as few fast/reliable space as possible on things that > CAN be lost and to generally reorganize the filesystem by file purpose. > > Known issue is that I'll need some script to recreate the RAID0 > filesystems when they crash. > > Am I onto something here? I feel like running in circles - it's dumb to > put /var/obj on the RAID1 where it just eats valuable space. But it's also > dumb to put things on a RAID0 where they will crash a running system in > the event of disk failure. I know my idea won't work but I wanted to ask > if anyone was playing with similar ideas. It's not dumb - there's even been some lengthy discussion of this on the freebsd-geom@ list recently I believe. Check the archives, and you can read up on nearly this exact scenario. Eric