Discussion:
Partition size limit of UBIFS?
Xing Qianqian
2010-09-08 15:45:12 UTC
Permalink
Hi, All

As we know, MTD has partition size limit of 2G. Do you know the size limit
of UBIFS partition and file size?

Thanks in advance.

Xing Qianqian | INNOV | xingqq at 21com.com
Artem Bityutskiy
2010-09-08 17:51:23 UTC
Permalink
Post by Xing Qianqian
Hi, All
As we know, MTD has partition size limit of 2G.
I think it is much larger now, after we converted offsets and sizes to
64-bit variables.
Post by Xing Qianqian
Do you know the size limit
of UBIFS partition and file size?
I'm too lazy to look at ubifs-media.h, but all sizes are 64-bit
variables there. But I never tested UBIFS on really large UBI volumes.
Never believe theoretical limits - test.
--
Best Regards,
Artem Bityutskiy (???????? ?????)
Artem Bityutskiy
2010-09-09 08:53:12 UTC
Permalink
Which version of kernel imported the 64bit support for MTD? I'm using 2.6.28.10.
2.6.28 is ancient. I do not remember the veriosn, try 'git log
drivers/mtd'
--
Best Regards,
Artem Bityutskiy (????? ????????)
Loading...