* [PATCH] UBI FAQ: add "why a dynamic volume is faster to access than a static..." chapter.
@ 2011-04-11 9:13 Bastian Ruppert
2011-04-13 3:59 ` Artem Bityutskiy
0 siblings, 1 reply; 2+ messages in thread
From: Bastian Ruppert @ 2011-04-11 9:13 UTC (permalink / raw)
To: linux-mtd; +Cc: Bastian Ruppert
Signed-off-by: Bastian Ruppert <Bastian.Ruppert@Sewerin.de>
---
faq/ubi.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/faq/ubi.xml b/faq/ubi.xml
index 48629ea..4a4b3bd 100644
--- a/faq/ubi.xml
+++ b/faq/ubi.xml
@@ -36,6 +36,8 @@
<li><a href="ubi.html#L_flasher">How do I implement UBI flasher?</a></li>
<li><a href="ubi.html#L_bgt_thread">What does the "ubi_bgt0d" thread do?</a></li>
<li><a href="ubi.html#L_attach_faster">How do I speed up UBI initialization</a></li>
+ <li><a href="ubi.html#L_dynamic_vs_static">Why a dynamic volume is faster to access than a static volume of the
+same size?</a></li>
<li><a href="ubi.html#L_how_debug">How do I debug UBI?</a></li>
</ol>
@@ -704,6 +706,13 @@ can do about it but without re-designing. Here are some ideas</p>
here</a>. Indeed, it is easier to solve one problem at a time.</li>
</ul>
+<h2><a name="L_dynamic_vs_static">Why a dynamic volume is faster to
+access than a static volume of the same size?</a></h2>
+
+
+<p>A static UBI volume is designed to store short blobs of data like a
+configuration file. UBI holds a CRC of the hole static volume, so it
+needs more time to mount a static volume than a dynamic one.</p>
<h2><a name="L_how_debug">How do I debug UBI?</a></h2>
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-13 3:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-11 9:13 [PATCH] UBI FAQ: add "why a dynamic volume is faster to access than a static..." chapter Bastian Ruppert
2011-04-13 3:59 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox