From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 15:07:32 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 9061D16A4CE for ; Wed, 10 Nov 2004 15:07:32 +0000 (GMT) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEE3043D31 for ; Wed, 10 Nov 2004 15:07:31 +0000 (GMT) (envelope-from keramida@freebsd.org) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226])iAAF7S7Y026155; Wed, 10 Nov 2004 17:07:29 +0200 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) iAAF7R31037156; Wed, 10 Nov 2004 17:07:27 +0200 (EET) (envelope-from keramida@freebsd.org) Received: (from keramida@localhost)iAAF7RSP037155; Wed, 10 Nov 2004 17:07:27 +0200 (EET) (envelope-from keramida@freebsd.org) Date: Wed, 10 Nov 2004 17:07:27 +0200 From: Giorgos Keramidas To: LEI CHEN Message-ID: <20041110150727.GA33927@orion.daedalusnetworks.priv> References: <1100098727.8070.5.camel@Tany.tabcuz.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1100098727.8070.5.camel@Tany.tabcuz.net> cc: freebsd-questions@freebsd.org Subject: Re: about the tmpmfs="YES" in rc.conf 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: Wed, 10 Nov 2004 15:07:32 -0000 On 2004-11-11 01:28, LEI CHEN wrote: > > I have just upgraded to 5-stable branch, and I noticed that the > tmpmfs="YES" and tmpsize="20m" options can be put into /etc/rc.conf > directly to create a memory file system automatically. Yesterday, I have committed a couple of enhancements to the tmpmfs in CURRENT. If you plan on using tmpmfs="YES", mail me privately and I'll tell you how to merge the changes with your existing setup once the tmpmfs stuff is merged from CURRENT to RELENG_5 (in a few days). > My question is do I need to comment out the line to mount tmp on > startup in the file /etc/fstable if I added those two options above > into rc.conf? Do you have a separate disk partition that is mounted as /tmp? If yes, then mounting an md file system over /tmp will probably conflict with your current setup and you'll have to remove the entry from fstab (or at least comment it out, while you are checking the tmpmfs stuff). - Giorgos