From owner-freebsd-questions@FreeBSD.ORG Thu Oct 28 07:13:17 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 5302716A4CE for ; Thu, 28 Oct 2004 07:13:17 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0542743D1D for ; Thu, 28 Oct 2004 07:13:17 +0000 (GMT) (envelope-from christias@gmail.com) Received: by wproxy.gmail.com with SMTP id 65so474073wri for ; Thu, 28 Oct 2004 00:13:16 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=YQelrXAnFjxsrN9QsYCERE2DgHpVphOp/uACgNPJbsL8vriZ+anX+HnFQrUuQGU2vb4ejcaI2dBeVf7b3Xkq9a9TMiZjNfADM3K/RtVNhjlzfR+vpOWvZ2+OdwMKkKVbyR2K0eONkYvXjtJNP3fwDco0A28IwI+fx2HSNtPWW/M= Received: by 10.38.218.39 with SMTP id q39mr1222411rng; Thu, 28 Oct 2004 00:13:16 -0700 (PDT) Received: by 10.38.165.80 with HTTP; Thu, 28 Oct 2004 00:13:16 -0700 (PDT) Message-ID: Date: Thu, 28 Oct 2004 10:13:16 +0300 From: Panagiotis Christias To: "adslvmlg@tpg.com.au" In-Reply-To: <1098939704.41807d38833d4@postoffice.tpg.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <1098939704.41807d38833d4@postoffice.tpg.com.au> cc: freebsd-questions@freebsd.org Subject: Re: howto put /tmp partition into /md0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Christias List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2004 07:13:17 -0000 On Thu, 28 Oct 2004 15:01:44 +1000, adslvmlg@tpg.com.au wrote: > Hi guys, > Has any tuned their freebsd to put the /tmp partition into the memory disk? > I have followed the procedures on this url, but no luck to get it working. > > http://www.onlamp.com/pub/a/onlamp/excerpt/BSDHacks_chap1/index.html?page=2 > > Can some one please point me to a detailed article or some other howtos? > > ps: please cc me to this email address, because I am not registered in this list. > > Thanks. > > Regards, > LEI CHEN In case you are using FreeBSD 5.3: # egrep tmp /etc/defaults/rc.conf tmpmfs="AUTO" # Set to YES to always create an mfs /tmp, NO to never tmpsize="20m" # Size of mfs /tmp if created Regards, Panagiotis