All of lore.kernel.org
 help / color / mirror / Atom feed
From: Indraneel <indraneel.m@samsung.com>
To: "David H. Lynch Jr." <dhlii@dlasys.net>
Cc: linux-mtd <linux-mtd@lists.infradead.org>
Subject: Re: Block devices
Date: Thu, 21 Feb 2008 15:10:09 +0530	[thread overview]
Message-ID: <47BD46F9.9000708@samsung.com> (raw)
In-Reply-To: <47BD22D0.9060008@dlasys.net>

David,
First things first. Don't post to multiple mailing lists at the same time.

David H. Lynch Jr. wrote:
>     Sometime recently it seems to have become possible to disable the
> whole block device subsystem.

Yes it is possible. Works for me on 2.6.22-rc5.

>     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 ?

Yes this is also possible. And that's why initramfs is fast.

>     Can I write a filesystem driver for a flash device that does not
> require a block device ?

AFAIK, for a flash file system you need a Block Device. But you can 
write a character driver to access the flash without a Block Device.

>     Are their any examples of something even close ?

  drivers/mtd/mtdchar.c

Regards,
Indro

> 
>    
> 
>       
> 
> 
> 
> 
> 
> 
> 

  reply	other threads:[~2008-02-21  9:38 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-21  7:05 Block devices David H. Lynch Jr.
2008-02-21  9:40 ` Indraneel [this message]
2008-02-21  8:45   ` Jamie Lokier
2008-02-21 16:48 ` Christoph Hellwig
2008-02-21 16:48   ` Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47BD46F9.9000708@samsung.com \
    --to=indraneel.m@samsung.com \
    --cc=dhlii@dlasys.net \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.