From owner-freebsd-questions@FreeBSD.ORG Sun Jun 6 16:34:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BB0416A4CE for ; Sun, 6 Jun 2004 16:34:21 -0700 (PDT) Received: from outmx005.isp.belgacom.be (outmx005.isp.belgacom.be [195.238.2.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEF4A43D1F for ; Sun, 6 Jun 2004 16:34:20 -0700 (PDT) (envelope-from geert@lori.mine.nu) Received: from outmx005.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i56NYEc0019086 for ; Mon, 7 Jun 2004 01:34:14 +0200 (envelope-from ) Received: from lori.mine.nu (25.6-200-80.adsl.skynet.be [80.200.6.25]) with ESMTP id i56NY8sp019046 for ; Mon, 7 Jun 2004 01:34:08 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 4EAD5D65; Mon, 7 Jun 2004 01:34:07 +0200 (CEST) Date: Mon, 7 Jun 2004 01:34:06 +0200 From: Geert Hendrickx To: freebsd-questions@freebsd.org Message-ID: <20040606233406.GA485@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://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en Subject: suggestions for optimal filesystem-layout over multiple harddrives? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 23:34:21 -0000 Hi, using multiple harddisks can increase performance, since I/O can be done in parallel. But what would be an optimal filesystem-layout on, say, two disks of equal size? Swap should evidently be spread equally over the different drives. As for the filesystems, say I'd have a large /usr and /home, each on one harddrive, and smaller /, /var and /tmp which could reside on either disk. / and /usr would be mostly read-only. Any suggestions? GH