From owner-freebsd-questions@FreeBSD.ORG Tue May 27 11:01:40 2003 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 B434F37B401 for ; Tue, 27 May 2003 11:01:40 -0700 (PDT) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5F6C43F75 for ; Tue, 27 May 2003 11:01:39 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com[24.147.188.198]) by attbi.com (sccrmhc03) with ESMTP id <20030527180139003007990ne>; Tue, 27 May 2003 18:01:39 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [24.147.188.198] (may be forged)) by be-well.ilk.org (8.12.9/8.12.7) with ESMTP id h4RI1dFb078915 for ; Tue, 27 May 2003 14:01:39 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h4RI1ch3078912; Tue, 27 May 2003 14:01:38 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: freebsd-questions@freebsd.org References: <001201c323c2$d2fd2960$0400a8c0@NEUROMANCER> From: Lowell Gilbert Date: 27 May 2003 14:01:38 -0400 In-Reply-To: <001201c323c2$d2fd2960$0400a8c0@NEUROMANCER> Message-ID: <44brxo1d6l.fsf@be-well.ilk.org> Lines: 11 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: memory based filesystem / ramdisk 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: Tue, 27 May 2003 18:01:41 -0000 "Thomas Weber" writes: > how can i create and mount a memory based filesystem? I've read the > handbook, but i think i am too stupid to understand it..... > I only want to create a ramdisk, with for example 16MB in size, and mount it > to some directory. man md If you're doing it for speed, you're probably wasting your time. The normal buffering will give you faster responses in most cases.