From abb7a31b4d8f8f60a19637031e68b6c296aeb07d Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 19 Dec 2014 18:38:25 -0800 Subject: [PATCH] doc / faq: spelling, grammar, etc. Signed-off-by: Brian Norris --- doc/ubi.xml | 10 +++++----- doc/ubifs.xml | 2 +- faq/nand.xml | 2 +- faq/ubi.xml | 6 +++--- faq/ubifs.xml | 14 +++++++------- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/doc/ubi.xml b/doc/ubi.xml index 5cb1603..3192fbc 100644 --- a/doc/ubi.xml +++ b/doc/ubi.xml @@ -535,7 +535,7 @@ amount of flash space available for UBI users. Namely:

type and is explained below. -

Lets introduce symbols:

+

Let's introduce symbols:

The ubinize utility requires volumes description file. Please, -refer this section for more +refer to this section for more ubinize usage information.

In the example, the ubinize.cfg file tells ubinize @@ -628,7 +628,7 @@ provably want the file-system doing inode updates every time they are read.

Does UBIFS support NFS?

-

Not, it does not, which means you cannot export UBIFS file-system via NFS. +

No, it does not, which means you cannot export UBIFS file-systems via NFS. We did make an attempt to support NFS, but the support was not exactly correct so it was dropped, and we have never found time to come back to that. Please, refer to this thread @@ -682,15 +682,15 @@ compression, write-back, space wastage at the end of logical eraseblocks, garbage-collection, etc. Please, refer this section for details.

-

Note, JFFS2 also has problems with free space predictions, but in average, -it reports much more accurate amount of free space. However, JFFS2 may lie and +

Note, JFFS2 also has problems with free space predictions, but on average, +it reports free space much more accurately. However, JFFS2 may lie and report more free space than it actually has. For example, we experienced situations when JFFS2 reported 8MiB free space, while we were able to write only 2 MiB of data. This makes some user-space applications very unhappy.

-

UBIFS also lies, but it always report less space that user may +

UBIFS also lies, but it always reports less space than the user may actually write. For example, it may report 2MiB of free space, but if you -start writing to it, may be able to write 4MiB there (even if you have +start writing to it, you may be able to write 4MiB (even if you have compression disabled).

Thus, the only way to find out precise amount of free space is to -- 2.49.0