From owner-freebsd-questions@FreeBSD.ORG Mon Aug 9 08:34:36 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 174A716A4CF for ; Mon, 9 Aug 2004 08:34:36 +0000 (GMT) Received: from postfix4-2.free.fr (postfix4-2.free.fr [213.228.0.176]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADC6343D39 for ; Mon, 9 Aug 2004 08:34:35 +0000 (GMT) (envelope-from roland.mathieu@online.fr) Received: from lycurgue.localnet. (dijon-1-62-147-69-241.dial.proxad.net [62.147.69.241]) by postfix4-2.free.fr (Postfix) with ESMTP id 5D6EC1C4942 for ; Mon, 9 Aug 2004 10:34:33 +0200 (CEST) Received: from lycurgue.localnet. (localhost [127.0.0.1]) by lycurgue.localnet. (8.12.6/8.12.6) with ESMTP id i798WpMM036041 for ; Mon, 9 Aug 2004 10:32:51 +0200 (CEST) (envelope-from roland@lycurgue.localnet) Received: (from roland@localhost) by lycurgue.localnet. (8.12.6/8.12.6/Submit) id i798WpmK036040 for questions@freebsd.org; Mon, 9 Aug 2004 10:32:51 +0200 (CEST) Date: Mon, 9 Aug 2004 10:32:50 +0200 From: roland Mathieu To: questions@freebsd.org Message-ID: <20040809083250.GA12445@lycurgue.localnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: 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:34:36 -0000 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 ? thanks, roland.