From owner-freebsd-questions@FreeBSD.ORG Sun Apr 16 20:51:51 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 09A9A16A400 for ; Sun, 16 Apr 2006 20:51:51 +0000 (UTC) (envelope-from brendan@grossman.id.au) Received: from porsche.brendan.id.au (219-90-174-213.ip.adam.com.au [219.90.174.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C34943D60 for ; Sun, 16 Apr 2006 20:51:48 +0000 (GMT) (envelope-from brendan@grossman.id.au) Received: from dvditnb1 (mint.brendan.local [192.168.2.10]) by porsche.brendan.id.au (Postfix) with ESMTP id 6544228454 for ; Mon, 17 Apr 2006 06:21:47 +0930 (CST) From: "Brendan Grossman" To: Date: Mon, 17 Apr 2006 06:21:55 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcZhlzfBxhbdFSdHST+5FuZiSz2WjwAABtuQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <200604161249.09909.beech@mangohealth.org> Message-Id: <20060416205147.6544228454@porsche.brendan.id.au> 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:51:51 -0000 > -----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