From owner-freebsd-questions@FreeBSD.ORG Mon May 17 14:45:14 2004 Return-Path: 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 985BE16A4CE for ; Mon, 17 May 2004 14:45:14 -0700 (PDT) Received: from smtp.web.de (smtp06.web.de [217.72.192.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A0C343D1D for ; Mon, 17 May 2004 14:45:14 -0700 (PDT) (envelope-from platanthera@web.de) Received: from [217.225.242.169] (helo=liza.hacienda.herti) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.101 #91) id 1BPpv4-0001jg-00 for freebsd-questions@freebsd.org; Mon, 17 May 2004 23:45:11 +0200 From: platanthera To: freebsd-questions@freebsd.org Date: Mon, 17 May 2004 23:44:58 +0200 User-Agent: KMail/1.6.2 References: <49232.207.6.29.101.1084767451.squirrel@webmail.freeshell.org> <200405171321.44527.platanthera@web.de> <16552.54598.83332.525181@jerusalem.litteratus.org> In-Reply-To: <16552.54598.83332.525181@jerusalem.litteratus.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200405172344.58566.platanthera@web.de> Sender: platanthera@web.de Subject: Re: Help with editing partition tables X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 21:45:14 -0000 On Monday 17 May 2004 17:07, Robert Huff wrote: > platanthera writes: > > you could (and definitely should) have a separate slice for /tmp > > and eventually another one for /home too. > > May I ask your logic here? Is this about safety, convenience, > overcrowding? You noticed that I accidently mixed up slices with partitions, didn't you? Separating /usr, /tmp and /var from the / filesystem (a) reduces write access to the / fs significantly, thus increasing your chances to get away without serious trouble in cases of enforced hard reboot (power failure etc.) and (b) allows you to take advantage of soft updates for the non-/ fs' which results in better fs performance (which is probably not very important for /tmp). Whether you create a separate /home partition or not on a single user machine is more or less a matter of your individual preferences. regards