From: "Kevin Bowling" <lkml@kev009.com>
To: "Kevin K" <k_krieser@sbcglobal.net>
Cc: DervishD <lkml@dervishd.net>,
Linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: ext2 on flash memory
Date: Mon, 11 Jun 2007 17:35:34 -0700 [thread overview]
Message-ID: <11f674920706111735l7dec2136t32d40ee2ab4ccca4@mail.gmail.com> (raw)
In-Reply-To: <191337B7-F4CC-4824-B669-48AE194BE141@sbcglobal.net>
On 6/11/07, Kevin K <k_krieser@sbcglobal.net> wrote:
>
> On Jun 11, 2007, at 5:13 AM, DervishD wrote:
>
> > Hi all :)
> >
> > I was wondering: is there any reason not to use ext2 on an USB
> > pendrive? Really my question is not only about USB pendrives, but any
> > device whose storage is flash based. Let's assume that the device
> > has a
> > good quality flash memory with wear leveling and the like...
> >
> > Thanks a lot in advance :)
> >
> > Raúl Núñez de Arenas Coronado
> >
>
>
> My opinion is that, unless the flash is really cheap, or it is being
> written to excessively, that it probably doesn't matter too much.
> With the growth in size of flash, just how long do you think it will
> continue to be used before you go to something larger?
>
> A 256MB flash of a few years ago has been supplanted in many cases by
> today's 2-4gb memory.
>
> One suggestion with ext2 might be to mount it with the noatime
> option, so it doesn't update the last access time for directories and
> files. Otherwise, you are doing a write even when you only plan to
> read a file.
All of the posts fail to address the question here: what is the
correct file system, or does one exist yet, for wear leveling flash
storage. JFFS2 and logfs are nice for MTD, but for better flash
memories that are likely to be used in the future like solid state
hard disks, what is the answer?
next prev parent reply other threads:[~2007-06-12 0:35 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-11 10:13 DervishD
2007-06-11 11:11 ` Eduard-Gabriel Munteanu
2007-06-11 11:57 ` USB remote control missing keycodes Islam Amer
2007-06-11 15:02 ` Jiri Kosina
2007-06-13 14:08 ` Islam Amer
2007-06-13 14:58 ` Jiri Kosina
2007-06-13 15:17 ` Dmitry Torokhov
2007-06-13 15:44 ` Jiri Kosina
2007-06-13 15:58 ` Islam Amer
2007-06-13 16:17 ` Jiri Kosina
2007-06-14 12:19 ` Islam Amer
2007-06-14 12:30 ` Jiri Kosina
2007-06-15 10:15 ` Jiri Kosina
2007-06-15 10:51 ` Jiri Kosina
2007-06-17 10:57 ` Islam Amer
2007-06-18 11:42 ` Jiri Kosina
2007-06-15 17:55 ` Phillip Susi
2007-06-11 17:36 ` ext2 on flash memory DervishD
2007-06-13 13:16 ` Ph. Marek
2007-06-13 23:02 ` DervishD
2007-06-14 5:16 ` Ph. Marek
2007-06-11 14:58 ` alan
2007-06-11 17:42 ` DervishD
2007-06-11 19:27 ` Juergen Beisert
2007-06-13 13:48 ` DervishD
2007-06-14 19:36 ` Jan Knutar
2007-06-14 20:07 ` DervishD
2007-06-11 23:53 ` Kevin K
2007-06-12 0:35 ` Kevin Bowling [this message]
2007-06-12 1:18 ` Bernd Eckenfels
2007-06-13 13:44 ` DervishD
2007-06-12 7:53 ` Juergen Beisert
2007-06-12 13:29 ` Eduard-Gabriel Munteanu
2007-06-12 16:46 ` Eduard-Gabriel Munteanu
2007-06-13 13:43 ` DervishD
2007-06-12 21:09 ` Jason Lunz
2007-06-13 6:49 ` Juergen Beisert
2007-06-14 17:45 ` Jörn Engel
2007-06-14 18:22 ` Jörn Engel
2007-06-14 20:20 ` DervishD
2007-06-14 20:43 ` Jörn Engel
2007-06-15 16:20 ` DervishD
2007-06-15 16:27 ` Jörn Engel
2007-06-14 20:17 ` DervishD
2007-06-14 20:38 ` Jörn Engel
2007-06-15 16:16 ` DervishD
2007-06-15 16:36 ` Jörn Engel
2007-06-11 11:53 Tomasz Chmielewski
2007-06-12 0:17 ` Arnd Bergmann
2007-06-14 16:38 ` Jörn Engel
2007-06-14 17:19 ` Tomasz Chmielewski
2007-06-14 17:46 ` Jörn Engel
2007-06-14 22:46 ` DervishD
2007-06-15 12:08 ` Jörn Engel
2007-06-15 16:22 ` DervishD
2007-06-15 16:22 ` Jörn Engel
2007-06-18 11:31 ` DervishD
2007-06-14 21:40 Tomasz Chmielewski
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=11f674920706111735l7dec2136t32d40ee2ab4ccca4@mail.gmail.com \
--to=lkml@kev009.com \
--cc=k_krieser@sbcglobal.net \
--cc=linux-kernel@vger.kernel.org \
--cc=lkml@dervishd.net \
/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
all inboxes | Powered by JetHome®