public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: DervishD <lkml@dervishd.net>
To: "Jörn Engel" <joern@logfs.org>
Cc: Linux-kernel <linux-kernel@vger.kernel.org>
Subject: Re: ext2 on flash memory
Date: Fri, 15 Jun 2007 18:16:44 +0200	[thread overview]
Message-ID: <20070615161644.GB2373@DervishD> (raw)
In-Reply-To: <20070614203800.GG31984@lazybastard.org>

    Hi Jörn :)

 * Jörn Engel <joern@logfs.org> dixit:
> On Thu, 14 June 2007 22:17:14 +0200, DervishD wrote:
> >  * Jörn Engel <joern@logfs.org> dixit:
> > > 2. Wear leveling
> > > 
> > > Wear leveling happens implicitly by picking a different physical block
> > > from the spares on each write.  However, some blocks are never used.  If
> > > a physical block is mapped to a logical block that never gets written,
> > > it is out of the rotation.  Two seperate 1024-block areas have their
> > > internal wear leveling each, but nothing is spreading high wear from one
> > > area to another.
> > 
> >     I thought that wear leveling wasn't local to a group of blocks. This
> > means that you can destroy a flash memory by writing to the same
> > positions... which is a very common usage pattern.
> 
> That is correct.  Noticing this will take a while, though.  Even the
> worst chips sold today seem to have a manufacturer guarantee of 10.000
> erases per block.  Across a 16MB area, that means you have to write
> 160GB of data to that one area before you enter the danger zone.
> Significantly less with static data around, but still a lot.

    Yes, I understand. That's worse than I thought. I was right now
thinking about "PortableApps", a set of free software applications that
are a little bit modified to work from a pendrive in Windows. Very
useful, because you can carry your OpenOffice (or AbiWord) and Firefox,
for example, to any Windows you're doomed to use. This applications
write repeteadly to the pendrive (specially Firefox...), and I think
they may wear the drive prematurely if used extensively.
 
> And even when that happens, the chips doesn't suddenly explode on the
> 10.001st erase.  Your chances of getting correctable or uncorrectable
> errors will increase, though.

    So you have a zone which is unusable. Decent filesystems allow you
to mark some blocks as "dontuse" (ext2, for example). Does FAT allow
this?

> For the majority of use cases, such a behaviour is good enough.  It
> beats floppies hands down.  You will never wear them out with your
> digital camera or mp3 player.  Using it instead of a hard disk in your
> notebook may be a little risky, though.

    Yes, I know. I wasn't aware of the local wear leveling. Thanks a lot
for explaining, I will be much more gentle with my pendrives O:))

> 
> > > 4. FAT requirement
> > > 
> > > When I claimed there was nothing more to smartmedia, I was actually
> > > lying.  Smartmedia has the odd requirement that only FAT is supported as
> > > a filesystem.  In fact, the specifications describe FAT in great detail.
> > 
> >     Right, but I've seen many people using their pendrives with ext2
> > with no problems (e.g. for SLAX). So, what do you mean by "supported"?
> > If a filesystem can be used with the memory, do you mean that wear
> > leveling and other characteristics of the flash memory are tailored for
> > FAT? or do you mean you cannot use reliably (read: you will lose data)
> > other filesystems?
> 
> It doesn't matter much what I mean.  The question is how the
> manufacturer of your device interpreted it.  Most likely ext2 will work
> just fine within the limitations I've outlined.
> 
> What changes is the failure mode.  Floppies died from storing them in a
> dark and cool place.  Some were sold brand-new and dead.  Disks die from
> random, mostly mechanical, failures at a rate of 7% per years in a
> Google setup.  Flash usually dies from writing to it, the more you write
> the faster it dies.
> 
> So as long as you rarely write, pick any filesystem you like.  The
> choice only matters when you write a lot.

    I think I will be writing the pendrive, almost fully, once a week
(enough for an image of my home directory). That means less than 1GiB
written each week. That means 50-100 (in the worst case, making two
backups a week instead of one) writings each year in each block.

> > > a) Do wear leveling!
> > > 
> > > Smartmedia wear leveling is limited to within areas.  Any cross-device
> > > wear leveling must be done by the filesystem.  FAT does that fairly
> > > well.  The Ext family doesn't.
> > 
> >     Cross-device wear leveling? I don't understand, sorry O:)
> 
> Wear leveling across the whole device, not just one area.

    Oh, sorry, now I understand :))
 
> >     Thanks for your explanation, it has been very educational :)
> 
> No worries!

    That's the kind of information you never want anywhere when
investigating, so I'm very grateful for that, really :)

    Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!

  reply	other threads:[~2007-06-15 16:16 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-11 10:13 ext2 on flash memory 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
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 [this message]
2007-06-15 16:36         ` Jörn Engel
  -- strict thread matches above, loose matches on Subject: below --
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=20070615161644.GB2373@DervishD \
    --to=lkml@dervishd.net \
    --cc=joern@logfs.org \
    --cc=linux-kernel@vger.kernel.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