* Question about the size limitation of UBI
@ 2008-04-12 2:53 Kyungmin Park
2008-04-12 9:28 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Kyungmin Park @ 2008-04-12 2:53 UTC (permalink / raw)
To: dedekind, linux-mtd@lists.infradead.org
Hi,
It's similar question with MTD size limitation. If I have a 16GiB, or
32GiB NAND, then does UBI support this chips?
or similarly it needs to modify its fields?
I saw the UBI2 word I don't remember the which mail.
Anyway as you know it has a scalability problem. It scans all blocks.
So do you have any plan to address this one? or any ideas?
Thank you,
Kyungmin Park
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Question about the size limitation of UBI
2008-04-12 2:53 Question about the size limitation of UBI Kyungmin Park
@ 2008-04-12 9:28 ` Artem Bityutskiy
0 siblings, 0 replies; 2+ messages in thread
From: Artem Bityutskiy @ 2008-04-12 9:28 UTC (permalink / raw)
To: Kyungmin Park; +Cc: linux-mtd@lists.infradead.org
Hi Kyungmin
On Sat, 2008-04-12 at 11:53 +0900, Kyungmin Park wrote:
> It's similar question with MTD size limitation. If I have a 16GiB, or
> 32GiB NAND, then does UBI support this chips?
> or similarly it needs to modify its fields?
UBI addressing is Eraseblock number:offset within eraseblock, not a
32-bit absolute offset as in case of JFFS2. So, UBI limitation is that
the flash has to have not more then 2^31 eraseblocks, which is a huge
size. UBI will barely ever run on such devices.
> I saw the UBI2 word I don't remember the which mail.
> Anyway as you know it has a scalability problem. It scans all blocks.
> So do you have any plan to address this one? or any ideas?
Yes, we have some ideas, but we are not planning to do UBI2 so far.
Although we want to create a short document with ideas about about UBI2
design.
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-04-12 9:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-12 2:53 Question about the size limitation of UBI Kyungmin Park
2008-04-12 9:28 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox