From owner-freebsd-performance@FreeBSD.ORG Tue Aug 31 17:19:19 2004 Return-Path: Delivered-To: freebsd-performance@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7900E16A4CE for ; Tue, 31 Aug 2004 17:19:19 +0000 (GMT) Received: from salvador.pacific.net.sg (salvador.pacific.net.sg [203.120.90.219]) by mx1.FreeBSD.org (Postfix) with SMTP id 64DA843D5F for ; Tue, 31 Aug 2004 17:19:18 +0000 (GMT) (envelope-from oceanare@pacific.net.sg) Received: (qmail 18561 invoked from network); 31 Aug 2004 17:19:16 -0000 Received: from unknown (HELO maxwell2.pacific.net.sg) (203.120.90.192) by salvador with SMTP; 31 Aug 2004 17:19:16 -0000 Received: from [192.168.0.107] ([210.24.202.141]) by maxwell2.pacific.net.sg with ESMTP <20040831171916.KEDA1183.maxwell2.pacific.net.sg@[192.168.0.107]>; Wed, 1 Sep 2004 01:19:16 +0800 Message-ID: <4134B312.8030309@pacific.net.sg> Date: Wed, 01 Sep 2004 01:19:14 +0800 From: Erich Dollansky User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040714) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Geert Hendrickx References: <20040831133551.GA86660@lori.mine.nu> In-Reply-To: <20040831133551.GA86660@lori.mine.nu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-performance@freebsd.org Subject: Re: spreading partitions over multiple drivers X-BeenThere: freebsd-performance@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Performance/tuning List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 17:19:19 -0000 Hi, Geert Hendrickx wrote: > Hi tuners, > > apart from using RAID, what would be the best way to spread load over > multiple drives? > It depends very much on the use of the machine. > I was thinking about a partition layout like this: > disk1: /, swap, /var, /usr, /usr/src, /usr/ports > disk2: /tmp, swap, /home, /var/www, /usr/obj (+ ports-workdirs) > You must spread the directories with a high usage evenly over the drives. > And would it make sense (if the disks are large enough) to split /usr > into seperate /usr, /usr/local, /usr/X11R6, etc partitions to reduce > fragmentation? > Fragmentation is not a problem for FreeBSD. Erich