public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: "Derek Ross" <dross@iders.ca>
To: "David Woodhouse" <dwmw2@infradead.org>
Cc: <linux-mtd@lists.infradead.org>
Subject: Re: Is realtime logging possible?
Date: Sat, 9 Feb 2002 09:07:34 -0600	[thread overview]
Message-ID: <002501c1b17b$80b65010$87657bc8@athlon> (raw)
In-Reply-To: Pine.LNX.4.44.0202091129030.2394-100000@lapdancer.baythorne.internal

> > We'll be logging about 6 bytes once a second into
> > flash.  The maximum blocking duration for a write
> > should be 0.1 second or less.
>
> You probably don't want to use a filesystem for this - just log to the raw 
> flash, using the mtd chardevice and issuing MEMERASE calls manually when 
> necessary. 

Yes, our logging structure will basically be some circular
buffers, so it will be easy to do that at the lower level.

However, we would still like to use the filesystem
capabilities of the flash during non-"realtime" modes,
like during configuration or initialization.

Is it possible for a filesystem to coexist with 
low-level reading, writing and erasing?  Maybe by
specifying in advance which sectors are forbidden
to the filesystem.

Or is it "never the twain shall meet"?

Derek.

  reply	other threads:[~2002-02-09 14:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-08 21:37 Is realtime logging possible? Derek Ross
2002-02-09  1:31 ` David Woodhouse
2002-02-09 15:07   ` Derek Ross [this message]
2002-02-09 20:46     ` David Woodhouse
2002-02-10 15:51     ` kira brown

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='002501c1b17b$80b65010$87657bc8@athlon' \
    --to=dross@iders.ca \
    --cc=dwmw2@infradead.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox