From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 67248DDE49 for ; Fri, 22 Feb 2008 03:48:42 +1100 (EST) Date: Thu, 21 Feb 2008 11:48:36 -0500 From: Christoph Hellwig To: "David H. Lynch Jr." Subject: Re: Block devices Message-ID: <20080221164836.GA4209@infradead.org> References: <47BD22D0.9060008@dlasys.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <47BD22D0.9060008@dlasys.net> Cc: linux-fsdevel@vger.kernel.org, linux-mtd , linuxppc-embedded List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Feb 21, 2008 at 02:05:52AM -0500, David H. Lynch Jr. wrote: > Can I boot an initramfs kernel without a block device ? Yes. > Can I write a filesystem driver for a flash device that does not > require a block device ? Yes. > Are their any examples of something even close ? For that particular flash case there's just jffs2 in the kernel tree, with some more flash filesystems under development. You can of course have network and in-memory filesystems aswell.