From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 21:04:56 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 A06D716A403 for ; Sun, 16 Apr 2006 21:04:56 +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 137D643D53 for ; Sun, 16 Apr 2006 21:04:56 +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 AC0E2D4C2A9 for ; Sun, 16 Apr 2006 17:04:54 -0400 (EDT) Received: from frontend3.messagingengine.com ([10.202.2.152]) by frontend2.internal (MEProxy); Sun, 16 Apr 2006 17:04:25 -0400 X-Sasl-enc: QeTI068rSGuny2pHqnTEkWux/gTgx+uuPPpJp2X2JBUU 1145221465 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 9689B800B for ; Sun, 16 Apr 2006 17:04:25 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Sun, 16 Apr 2006 22:04:46 +0100 User-Agent: KMail/1.9.1 References: <20060416205147.6544228454@porsche.brendan.id.au> In-Reply-To: <20060416205147.6544228454@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: <200604162204.53783.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 21:04:56 -0000 On Sunday 16 April 2006 21:51, Brendan Grossman wrote: > > -----Original Message----- > > From: Beech Rintoul [mailto:beech@mangohealth.org] > > Sent: Monday, 17 April 2006 6:19 AM > > To: freebsd-questions@freebsd.org > > Cc: Brendan Grossman > > Subject: Re: /boot at beginning of drive > > > > On Sunday 16 April 2006 12:38, Brendan Grossman wrote: > > > > It's not a good idea to put everything on the / filesystem. > > > > At a minimum I would have: > > > > / > > > > swap > > > > /var > > > > /usr > > > > > > > > Your users will not fill up /var unless you allow them unlimited > > > > mail, databases or access to root. > > > > > > They will have unlimited access up until their quota has > > > > been reached. > > > > > Where they use that quota is anyone's guess. > > > > > > > User's tempfiles will go to /usr/tmp. > > > > > > How does that work? I just checked /tmp, and it's not a symlink. > > > > Copy the contents of /tmp to /usr/tmp then remove /tmp and > > symlink /usr/tmp to /tmp. > > Yes, may I ask what the point is though? > > Here is my reason for separating /tmp and mounting it noexec,nosuid: > > http://www.sagonet.com/forums/showthread.php?t=2852 Then have it as a separate partition, this has no relevance to your situation at all.