From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 20:54:30 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1CCBD16A40A for ; Sun, 16 Apr 2006 20:54:30 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A91D43D72 for ; Sun, 16 Apr 2006 20:54:11 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id E953AD4B6CB for ; Sun, 16 Apr 2006 16:54:09 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Sun, 16 Apr 2006 16:53:41 -0400 X-Sasl-enc: Rv1YynOGB5BIxpIjozWFVOKJTszWQ3H63pyelwqiFofv 1145220820 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by frontend3.messagingengine.com (Postfix) with ESMTP id 9EC228003 for ; Sun, 16 Apr 2006 16:53:40 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 16 Apr 2006 21:54:06 +0100 User-Agent: KMail/1.9.1 References: <20060416203823.BA96F28469@porsche.brendan.id.au> In-Reply-To: <20060416203823.BA96F28469@porsche.brendan.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604162154.08053.list-freebsd-2004@morbius.sent.com> Subject: Re: /boot at beginning of drive 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: Sun, 16 Apr 2006 20:54:30 -0000 On Sunday 16 April 2006 21:38, Brendan Grossman wrote: > I agree that it's not a great idea, but considering the software I'm using, > user files are stored in /var and /home. I don't know what percentage of > quotas users will use for emails, databases, or home dirs, and I don't want > to take a guess. If say they were to use a lot of their quota for > databases, then down the track I don't want to have the problem with /var > full but users still under their quota. > > By the way just did an install, and it boots fine with the swap, /tmp, / > structure. The default is to put most of the space under /usr and symlink /home to /usr/home. There's no reason why you can't extend this, and if you really must, put and /var and /tmp under /usr too.