public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Nils Faerber <nils.faerber@kernelconcepts.de>
To: Felix Joussein <felix@joussein.com>
Cc: linux-mtd@lists.infradead.org
Subject: Re: howto jffs2 + mtd
Date: Mon, 11 Sep 2006 12:41:32 +0200	[thread overview]
Message-ID: <45053D5C.5020005@kernelconcepts.de> (raw)
In-Reply-To: <45053A19.5050801@joussein.com>

Felix Joussein schrieb:
>> You do not need that on the mtdblock device. This is only useful on real
>> flash devices, i.e. physicall mapped flash devices, not USB sticks or CF
>> cards.
> So, how else do I get a jffs2 filesystem on my usb or cf?

Oh, sorry, I should have been more precise.
You do not need the flash_erase or flash_erase_all. The rest of the
process is the same.

> As I understand any other filesystem would shredder my usb-stick after a
> approx. 1 mio writes?

But anyway, JFFS2 is not a very good idea on a USB stick. The problem is
that the stick's flash controller already does wear levelling and error
correction for you, transparantly.
With JFFS2 you might end up with doing the process twice which might
result in even worse performance than with a "normal" filesystem, like EXT2.
You should be pretty safe with an ext2 if you mount it with "noatime"
option and if possible, read-only.

> Thanks again,
> Felix
Cheers
  nils

-- 
kernel concepts GbR      Tel: +49-271-771091-12
Dreisbachstr. 24         Fax: +49-271-771091-19
D-57250 Netphen          Mob: +49-176-21024535
--

      parent reply	other threads:[~2006-09-11 10:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-11 10:05 howto jffs2 + mtd Felix Joussein
2006-09-11 10:12 ` Nils Faerber
     [not found]   ` <45053A19.5050801@joussein.com>
2006-09-11 10:41     ` Nils Faerber [this message]

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=45053D5C.5020005@kernelconcepts.de \
    --to=nils.faerber@kernelconcepts.de \
    --cc=felix@joussein.com \
    --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