From owner-freebsd-questions@FreeBSD.ORG Sun Feb 4 22:36:49 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B3CAC16A407 for ; Sun, 4 Feb 2007 22:36:49 +0000 (UTC) (envelope-from indigo@voda.cz) Received: from smtp.voda.cz (gw.voda.cz [212.24.154.90]) by mx1.freebsd.org (Postfix) with ESMTP id 6C47913C4A7 for ; Sun, 4 Feb 2007 22:36:49 +0000 (UTC) (envelope-from indigo@voda.cz) Received: from localhost (localhost [127.0.0.1]) by smtp.voda.cz (Postfix) with ESMTP id 4CDD9436CD for ; Sun, 4 Feb 2007 23:04:02 +0100 (CET) Received: from smtp.voda.cz ([127.0.0.1]) by localhost (mail.voda.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30583-06 for ; Sun, 4 Feb 2007 23:04:02 +0100 (CET) Received: from spyro.eiecon.net (unknown [213.151.77.190]) by smtp.voda.cz (Postfix) with ESMTP id 0BFCA436C8 for ; Sun, 4 Feb 2007 23:04:01 +0100 (CET) Date: Sun, 04 Feb 2007 23:04:02 +0100 To: questions@freebsd.org From: Indigo Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.10 (Win32) X-Virus-Scanned: by amavisd-new at voda.cz Cc: Subject: Dumb filesystem idea X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Feb 2007 22:36:49 -0000 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. Thanks, Vasek