From owner-freebsd-performance@FreeBSD.ORG Tue Aug 31 13:36:04 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 073D316A4CE for ; Tue, 31 Aug 2004 13:36:04 +0000 (GMT) Received: from outmx010.isp.belgacom.be (outmx010.isp.belgacom.be [195.238.3.233]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7593D43D67 for ; Tue, 31 Aug 2004 13:36:03 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx010.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i7VDZt0g007708 for ; Tue, 31 Aug 2004 15:35:55 +0200 (envelope-from ) Received: from lori.mine.nu (217-145.244.81.adsl.skynet.be [81.244.145.217]) with ESMTP id i7VDZqMl007683 for ; Tue, 31 Aug 2004 15:35:52 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 0062FAEC; Tue, 31 Aug 2004 15:35:51 +0200 (CEST) Date: Tue, 31 Aug 2004 15:35:51 +0200 From: Geert Hendrickx To: freebsd-performance@freebsd.org Message-ID: <20040831133551.GA86660@lori.mine.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en X-Mailman-Approved-At: Tue, 31 Aug 2004 17:05:17 +0000 Subject: 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 13:36:04 -0000 Hi tuners, apart from using RAID, what would be the best way to spread load over multiple drives? 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) 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? GH