From mboxrd@z Thu Jan 1 00:00:00 1970 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 Content-Disposition: inline In-Reply-To: <47BD22D0.9060008@dlasys.net> Cc: linux-fsdevel@vger.kernel.org, linux-mtd , linuxppc-embedded List-Id: Linux MTD discussion mailing 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.