Forum Discussion
Altera_Forum
Honored Contributor
9 years agoUBIFS size issue
Hello, I am working with UBIFS, When I am giving 55MiB of vol size, by following command ubimkvol /dev/ubi0 -N vol -s 55MiB I could able to see only, 49 MiB of space when Kernel b...
Altera_Forum
Honored Contributor
9 years agoHi,
--- Quote Start --- But I actually want to know that , when I create a volume by 55 MiB size and I get it as 49 MiB size after df -h, then for what purpose 6 MiB (55MiB - 49MiB) is used ? Why I could not able to see 55 MiB size, as allocated total space. ? --- Quote End --- UBIFS always reports conservative amount of free space, I think that the reason is written here. http://www.linux-mtd.infradead.org/doc/ubifs.html#l_spaceacc Kazu