From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 00:24:24 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 5B9FF106564A for ; Tue, 15 Mar 2011 00:24:24 +0000 (UTC) (envelope-from freebsd_user@guice.ath.cx) Received: from guice.ath.cx (wsip-98-191-59-226.ri.ri.cox.net [98.191.59.226]) by mx1.freebsd.org (Postfix) with ESMTP id F13058FC08 for ; Tue, 15 Mar 2011 00:24:23 +0000 (UTC) Received: from wtp1.ath.cx (localhost [127.0.0.1]) by guice.ath.cx (8.14.4/8.14.4) with ESMTP id p2F00U2j026779 for ; Mon, 14 Mar 2011 20:00:30 -0400 (EDT) (envelope-from freebsd_user@guice.ath.cx) Received: from 98.191.59.226 (SquirrelMail authenticated user email) by wtp1.ath.cx with HTTP; Mon, 14 Mar 2011 20:00:30 -0400 Message-ID: <8a6023db5a3d4c8b34161f7ee0af29bb.squirrel@wtp1.ath.cx> Date: Mon, 14 Mar 2011 20:00:30 -0400 From: freebsd_user@guice.ath.cx To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Tue, 15 Mar 2011 03:21:21 +0000 Subject: 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 00:24:24 -0000 freebsd-questions@freebsd.org Guidance with the following: 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’s 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’m not sure my thinking is sane as to where I ‘think’ /var should be placed/mounted. Thanks for the read of this.