From owner-freebsd-questions@FreeBSD.ORG Tue Jul 31 19:14:20 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E2A616A419 for ; Tue, 31 Jul 2007 19:14:20 +0000 (UTC) (envelope-from craig@akeyl.gank.org) Received: from ion.gank.org (ion.gank.org [69.55.238.164]) by mx1.freebsd.org (Postfix) with ESMTP id 248F113C478 for ; Tue, 31 Jul 2007 19:14:20 +0000 (UTC) (envelope-from craig@akeyl.gank.org) Received: by ion.gank.org (Postfix, from userid 1001) id 1BAE511218; Tue, 31 Jul 2007 14:00:17 -0500 (CDT) Date: Tue, 31 Jul 2007 14:00:15 -0500 From: Craig Boston To: Sten Daniel Soersdal Message-ID: <20070731190002.GA1286@nowhere> Mail-Followup-To: Craig Boston , Sten Daniel Soersdal , freebsd-questions@freebsd.org References: <46AF827C.2040409@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AF827C.2040409@gmail.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: TMPFS, is it available on FreeBSD 6 or 7? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 19:14:20 -0000 On Tue, Jul 31, 2007 at 02:42:04PM -0400, Sten Daniel Soersdal wrote: > Is TMPFS available on FreeBSD 6 or 7? > Or do i have to settle for mfs? tmpfs is not available in 6, however it has recently been added to -current (7) and will be part of the 7.0 release. If you desperately need it now, you'll have to partake of the adventure that is running -current. If you can wait a while, I'd recommend waiting for the release, especially if this is a production server. mfs sounds like it would definitely not work very well for your use case. Have you tried playing with filesystem options such as mounting a disk-based /tmp async (with softupdates DISABLED) to see if it helps any? Won't be as fast as tmpfs, but with some tuning you might be able to get it to acceptable levels in the interim. Craig