From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 03:42:04 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A7272106566C for ; Tue, 15 Mar 2011 03:42:04 +0000 (UTC) (envelope-from erich@alogreentechnologies.com) Received: from alogreentechnologies.com (alogreentechnologies.com [67.212.226.44]) by mx1.freebsd.org (Postfix) with ESMTP id 70A448FC08 for ; Tue, 15 Mar 2011 03:42:04 +0000 (UTC) Received: from amd620.ovitrap.com ([49.128.188.2]) (authenticated bits=0) by alogreentechnologies.com (8.13.1/8.13.1) with ESMTP id p2F3fuoO023436; Mon, 14 Mar 2011 21:41:59 -0600 From: Erich Dollansky Organization: ALO Green Technologies Pte Ltd To: freebsd-questions@freebsd.org Date: Tue, 15 Mar 2011 10:41:56 +0700 User-Agent: KMail/1.13.5 (FreeBSD/8.2-STABLE; KDE/4.5.4; amd64; ; ) References: <8a6023db5a3d4c8b34161f7ee0af29bb.squirrel@wtp1.ath.cx> In-Reply-To: <8a6023db5a3d4c8b34161f7ee0af29bb.squirrel@wtp1.ath.cx> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201103151041.56373.erich@alogreentechnologies.com> Cc: freebsd_user@guice.ath.cx Subject: Re: IDE -- mount partitions for better performance 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: Tue, 15 Mar 2011 03:42:04 -0000 Hi, On Tuesday 15 March 2011 07:00:30 freebsd_user@guice.ath.cx wrote: > freebsd-questions@freebsd.org >=20 > Guidance with the following: >=20 > We are limited to Support for ATA-100/66/33 IDE and ATAPI compliant > devices. With that said, we have our atapi/33 optical on a add in > controller (PCI) and are seeking to place four HDD=92s on the main boards > controllers. Our dilemma is where to place /, /tmp, /usr and /var from a > performance standpoint. We understand that /var does quite a bit of > writing and probably should go on the master hdd, but what about the /usr, > /tmp and root? Hell, I=92m not sure my thinking is sane as to where I > =91think=92 /var should be placed/mounted. >=20 did I get it right? You have four hard disks? If so, place /, /var /tmp on indiidual drives. Make the fourth disk usr and= mount the remaining space of the other three disks inside /usr/home. Locate then stuff on the other three disks which you expect to be used in p= arallel with the /usr disk. Of course, you can mount it anywhere else if you want. Erich