From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 11:40:45 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 05FCF1065674 for ; Sun, 15 Jun 2008 11:40:45 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E0A488FC21; Sun, 15 Jun 2008 11:40:42 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <4854FFBA.8020506@FreeBSD.org> Date: Sun, 15 Jun 2008 13:40:42 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: Wojciech Puchar References: <20080614224742.17316919@gumby.homeunix.com.> <20080615083039.M19706@wojtek.tensor.gdynia.pl> In-Reply-To: <20080615083039.M19706@wojtek.tensor.gdynia.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: RW , questions@freebsd.org Subject: Re: md devices mounted with async 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: Sun, 15 Jun 2008 11:40:45 -0000 Wojciech Puchar wrote: >> >> mdmfs(8) has an example of a malloc-backed md device mounted with the >> async option. Is there any point in doing this with malloc and vnode >> devices? In neither case does a write to the file-system require a write >> to a physical disk. > i don't think so. > > but if you use FreeBSD 7 use tmpfs. it says it's experimental feature, > but still not crashed on 3 computers i use it. There are known bugs, don't use it if you value your stability :) > what it's missing is some kind of quota, you may crash the system by > simply filling it up and using all swap That's one of them. Kris