From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 08:45:24 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 5567F16A4CE for ; Mon, 9 Aug 2004 08:45:24 +0000 (GMT) Received: from fw.farid-hajji.net (fw.farid-hajji.net [213.146.115.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1CEA43D49 for ; Mon, 9 Aug 2004 08:45:23 +0000 (GMT) (envelope-from cpghost@cordula.ws) Received: from bsdbox.farid-hajji.net (bsdbox [192.168.254.3]) by fw.farid-hajji.net (Postfix) with ESMTP id DBD194AE65; Mon, 9 Aug 2004 10:45:57 +0200 (CEST) Date: Mon, 9 Aug 2004 10:50:11 +0200 From: cpghost@cordula.ws To: roland Mathieu Message-ID: <20040809085011.GA7374@bsdbox.farid-hajji.net> References: <20040809083250.GA12445@lycurgue.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040809083250.GA12445@lycurgue.localnet> User-Agent: Mutt/1.5.6i cc: questions@freebsd.org Subject: Re: A question about /tmp 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, 09 Aug 2004 08:45:24 -0000 On Mon, Aug 09, 2004 at 10:32:50AM +0200, roland Mathieu wrote: > > Hello, > > I want to install FreeBSD with a small root partition. It's > possible to use a different partition for /tmp, but /tmp can also be a > symbolic link pointing, for example, /var/tmp. Is it a good idea ? If not > what sort of problem will I encounter ? There's nothing wrong with a symlink. I have /tmp -> /var/tmp on all my servers and never noticed the difference to a dedicated /tmp partition. Theoretically, you'd experience a small performance hit, but only if you open(2) many /tmp files very very often. Even with a make buildworld, or a portupgrade -aRrkf, I didn't notice any difference in speed. Of course, YMMV. -cpghost. -- Cordula's Web. http://www.cordula.ws/