From owner-freebsd-questions@FreeBSD.ORG Wed Nov 10 14:57:07 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 6C57616A4CE for ; Wed, 10 Nov 2004 14:57:07 +0000 (GMT) Received: from mail.tpgi.com.au (mail7.tpgi.com.au [203.12.160.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB1243D54 for ; Wed, 10 Nov 2004 14:57:06 +0000 (GMT) (envelope-from adam.chen@tpg.com.au) Received: from [192.168.1.1] (220-244-162-42-sa.tpgi.com.au [220.244.162.42]) (authenticated bits=0) by mail.tpgi.com.au (8.12.10/8.12.10) with ESMTP id iAAEv3Di031697 for ; Thu, 11 Nov 2004 01:57:04 +1100 From: LEI CHEN To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1100098727.8070.5.camel@Tany.tabcuz.net> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 11 Nov 2004 01:28:47 +1030 Content-Transfer-Encoding: 7bit X-TPG-Antivirus: Passed Subject: 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 14:57:07 -0000 Hi guys, 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. 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? Cheers, LEI CHEN