* Block devices
@ 2008-02-21 7:05 David H. Lynch Jr.
2008-02-21 16:48 ` Christoph Hellwig
0 siblings, 1 reply; 2+ messages in thread
From: David H. Lynch Jr. @ 2008-02-21 7:05 UTC (permalink / raw)
To: linuxppc-embedded, linux-fsdevel, linux-mtd
Sometime recently it seems to have become possible to disable the
whole block device subsystem.
Though in my tests I can't quit build with it disabled.
Anyway, for an embedded device this might be appealing.
how does this interact with initramfs and flash ?
Can I boot an initramfs kernel without a block device ?
Can I write a filesystem driver for a flash device that does not
require a block device ?
Are their any examples of something even close ?
--
Dave Lynch DLA Systems
Software Development: Embedded Linux
717.627.3770 dhlii@dlasys.net http://www.dlasys.net
fax: 1.253.369.9244 Cell: 1.717.587.7774
Over 25 years' experience in platforms, languages, and technologies too numerous to list.
"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Block devices
2008-02-21 7:05 Block devices David H. Lynch Jr.
@ 2008-02-21 16:48 ` Christoph Hellwig
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2008-02-21 16:48 UTC (permalink / raw)
To: David H. Lynch Jr.; +Cc: linux-fsdevel, linux-mtd, linuxppc-embedded
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-21 16:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-21 7:05 Block devices David H. Lynch Jr.
2008-02-21 16:48 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).