From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 10:13:08 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 C037F16A4CE for ; Tue, 14 Sep 2004 10:13:08 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58E8543D2F for ; Tue, 14 Sep 2004 10:13:08 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i79E2U124048; Mon, 9 Aug 2004 10:02:30 -0400 (EDT) From: Jerry McAllister Message-Id: <200408091402.i79E2U124048@clunix.cl.msu.edu> To: roland.mathieu@free.fr (roland Mathieu) In-Reply-To: <20040809083250.GA12445@lycurgue.localnet> from "roland Mathieu" at Aug 09, 2004 10:32:50 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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: , Date: Tue, 14 Sep 2004 10:13:08 -0000 X-Original-Date: Mon, 9 Aug 2004 10:02:29 -0400 (EDT) X-List-Received-Date: Tue, 14 Sep 2004 10:13:08 -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 ? Your only problem is that you might need to have /tmp mounted and available when, for some reason you cannot or do not want to have /var mounted. Probably a rare circumstance, but... ////jerry > > thanks, > roland. >