From: Vikram Narayanan <vikram186@gmail.com>
To: linux-mtd@lists.infradead.org
Cc: Artem Bityutskiy <dedekind1@gmail.com>
Subject: UBIFS space consumption
Date: Fri, 18 Jan 2013 22:25:08 +0530 [thread overview]
Message-ID: <50F97E6C.7030201@gmail.com> (raw)
I am using UBIFS with the below partitioning layout.
<6m(bootloader)
512k(environment)
512k(redundant-environment)
5m(kernel),
170m(filesystem),
40m(user_data1),
-(user_data2)>
For the UBI volume 0 which has 170 MiB,
ubinfo reports 164.7 MiB, which is explained by:
(PEB size - LEB size) * (no of PEB's - reserved PEBs)
(256 - 248) * (680 - 6) = 5.392 MiB
Total size = 170 MiB - 5.39 = 164.6 MiB
root@BOX:/# ubinfo /dev/ubi0
ubi0
Volumes count: 1
Logical eraseblock size: 253952 bytes, 248.0 KiB
Total amount of logical eraseblocks: 680 (172687360 bytes, 164.7 MiB)
Amount of available logical eraseblocks: 0 (0 bytes)
Maximum count of volumes 128
Count of bad physical eraseblocks: 0
Count of reserved physical eraseblocks: 6
Current maximum erase counter value: 5
Minimum input/output unit size: 4096 bytes
Character device major/minor: 253:0
Present volumes: 0
But according to "df", UBI volume 0 is sized 148.9 MiB. That's, 15.8
MiB more in terms of consumption.
root@BOX:/# df -h
Filesystem Size Used Available Use% Mounted on
ubi0:rootfs 148.9M 132.8M 16.1M 89% /
root@BOX:/#
Can someone explain where this 15 MiB is getting lost?
Regards,
Vikram
next reply other threads:[~2013-01-18 16:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-18 16:55 Vikram Narayanan [this message]
2013-02-01 17:32 ` UBIFS space consumption Vikram Narayanan
2013-02-04 7:03 ` Artem Bityutskiy
2013-02-04 17:29 ` Vikram Narayanan
2013-02-13 10:26 ` Artem Bityutskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50F97E6C.7030201@gmail.com \
--to=vikram186@gmail.com \
--cc=dedekind1@gmail.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.