lkml.org 
[lkml]   [2009]   [Aug]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [patch] ext2/3: document conditions when reliable operation is possible
    Hi Theodore,

    thanks for the insightful writing.

    On 08/24/2009 04:01 PM, Theodore Tso wrote:

    ...snip ...

    > It's for this reason that I've never been completely sure how useful
    > Pavel's proposed treatise about file systems expectations really are
    > --- because all storage subsystems *usually* provide these guarantees,
    > but it is the very rare storage system that *always* provides these
    > guarantees.

    There is a thing called eMMC (embedded MMC) in the embedded world. You
    may consider it as a non-removable MMC. This thing is a block device from
    the Linux POW, and you may mount ext3 on top of it. And people do this.

    The device seems to have a decent FTL, and does not look bad.

    However, there are subtle things which mortals never think about. In
    case of eMMC - power cuts may make some sectors unreadable - eMMC returns
    ECC errors on reads. Namely, the sectors which were being written at
    the very moment when the power cut happened may become unreadable.
    And this makes ext3 refuse mounting the file-system, this makes
    chkfs.ext3 refuse the file-system. Although this should be fixable in
    SW, but we did not find time to do this so far.

    Anyway, my point is that documenting subtle things like this is a very
    good thing to do, just because nowadays we are trying to use existing
    software with flash-based storage devices, which may violate these
    subtle assumptions, or introduce other ones.

    Probably, Pavel did too good job in generalizing things, and it could be
    better to make a doc about HDD vs SSD or HDD vs Flash-based-storage.
    Not sure. But the idea to document subtle FS assumption is good, IMO.

    --
    Best Regards,
    Artem Bityutskiy (Артём Битюцкий)
    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2009-08-24 17:05    [W:2.939 / U:0.584 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site