[PATCH 1/1] ubi: Introduce block devices for UBI volumes

Piergiorgio Beruto piergiorgio.beruto at gmail.com
Sat Feb 8 18:10:36 EST 2014


Hi,
just to better explain my previous mail, I actually agree with you that it's
generally a bad idea to cut off a feature just because you don't see good
use for yourself or because it's dangerous.
The real reason to remove the RW feature, in my opinion, might be for
reducing the amount of code you have to maintain over time.

Usually I try to understand the benefits vs effort when deciding about such
things.
In this case It seems to me that the effort is not that much but I fail to
see any real use of the RW feature for myself.

I suggest to listen to other people that used ubblk before making any
decision.

Regards,
Piergiorgio

-----Original Message-----
From: Willy Tarreau [mailto:w at 1wt.eu] 
Sent: Sunday, February 9, 2014 12:02 AM
To: Richard Weinberger
Cc: Ezequiel Garcia; linux-mtd at lists.infradead.org; Thomas Petazzoni; Mike
Frysinger; Artem Bityutskiy; Michael Opdenacker; Tim Bird; Piergiorgio
Beruto; Brian Norris; David Woodhouse
Subject: Re: [PATCH 1/1] ubi: Introduce block devices for UBI volumes

On Sat, Feb 08, 2014 at 11:56:02PM +0100, Richard Weinberger wrote:
> Am 08.02.2014 23:51, schrieb Willy Tarreau:
> > On Sat, Feb 08, 2014 at 10:37:19PM +0100, Richard Weinberger wrote:
> >>> +config MTD_UBI_BLOCK_WRITE_SUPPORT
> >>> +       bool "Enable write support (DANGEROUS)"
> >>> +       default n
> >>> +       depends on MTD_UBI_BLOCK
> >>> +       select MTD_UBI_BLOCK_CACHED
> >>> +       help
> >>> +          This is a *very* dangerous feature. Using a regular
block-oriented
> >>> +          filesystem might impact heavily on a flash device wear.
> >>> +          Use with extreme caution.
> >>> +
> >>> +          If in doubt, say "N".
> >>
> >> I really vote for dropping write support at all.
> > 
> > Why ? When you put a read-only filesystem there such as squashfs, 
> > the only writes you'll have will be updates, and write support will 
> > be the only way to update the filesystem. So removing write support 
> > seriously impacts the usefulness of the feature itself.
> 
> So almost everyone has to enable MTD_UBI_BLOCK_WRITE_SUPPORT?
> I thought there is another way to fill the volume with data...

I personally don't see the use of disabling write support on anything unless
the code is broken. Better emit a warning upon first write to mention that
there is limited or no wear leveling. But preventing all reasonable users
from using a useful feature just to save a few ignorant from shooting
themselves in the foot is non-sense in my opinion.

Why not disable write support to ubifs as well then, so that we're sure that
the most demanding ones will never wear their NANDs ? And why not disable
mtdblock so that nobody can mount them as ext2 ? If people can already do
bad things more easily without this code, there is no reason to remove the
feature.

Regards,
Willy





More information about the linux-mtd mailing list