[UBIFS] Filesystem capacity
Artem Bityutskiy
dedekind at infradead.org
Tue Feb 17 02:57:46 EST 2009
On Tue, 2009-02-17 at 08:39 +0100, Adam S. Turowski wrote:
> Artem Bityutskiy pisze:
> > Well, UBIFS does try to squeeze small nodes to the ends of eraseblocks.
> > And I am not convinced it is worse than JFFS2 in this respect, unless
> > someone shows this with a test. Where did you get those numbers?
> > Did you try to measure how much you can really fit? Did you read this:
> > http://www.linux-mtd.infradead.org/faq/ubifs.html#L_df_report
> > ?
> >
>
> As I wrote in my first post, I used dd from /dev/urandom to create files
> and those were sizes of those files.
> df also reports the same:
> Filesystem Size Used Available Use% Mounted on
> ubi0:root 24.9M 24.9M 0 100% /part_root
> ubi1:data 22.4M 22.4M 0 100% /part_data
OK, then indeed Adrian wrote exactly the right thing. You have huge
4144-byte uncompressible nodes. You fit 3 of them to each eraseblock,
and you waste 3440 bytes in each eraseblock. JFFS2 would jam a little
more data, because it can split big blocks on parts.
In real life you will likely have compressible data, and many small
files, so you will have small data nodes and many inode nodes, which
are 160 bytes in size, so you will fit more.
However, I just agree with what Adrian said you in his replay.
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
More information about the linux-mtd
mailing list