From c011aaf4bcaeadd927e6c3c598aadccac77956db Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Fri, 4 May 2012 21:05:00 -0700 Subject: [PATCH] faq: ubifs: fix grammar, spelling Signed-off-by: Brian Norris Signed-off-by: Artem Bityutskiy --- faq/ubifs.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/faq/ubifs.xml b/faq/ubifs.xml index 6476ce0..c510400 100644 --- a/faq/ubifs.xml +++ b/faq/ubifs.xml @@ -27,7 +27,7 @@
  • Does UBIFS support atime?
  • Does UBIFS support NFS?
  • Does UBIFS become slower when it is full?
  • -
  • Why df reports too few free space?
  • +
  • Why does df report too little free space?
  • Why does my UBIFS volume have significantly lower capacity than my equivalent jffs2 volume?
  • How do I disable compression?
  • How do I use UBIFS with nandsim?
  • @@ -387,7 +387,7 @@ ubiupdatevol /dev/ubi0_0 -t

    It is a form of specifying file-system size. But instead of specifying the exact file-system size, this option defines the maximum file-system size (more strictly, maximum UBI volume size). For example, if you use ---max-leb-cnt=200 mkfs.ubifs option, than it will be +--max-leb-cnt=200 mkfs.ubifs option, then it will be possible to put the resulting image to smaller UBI volume and mount it. But if the image is put to a larger UBI volume, the file-system will anyway take only first 200 LEBs, and the rest of the volume will be wasted.

    @@ -397,8 +397,8 @@ resulting image file, which depends only on the amount of data in the file-system. mkfs.ubifs just writes the --max-leb-cnt value to the file-system superblocks.

    -

    This feature is quite handy on NAND flashes, because they have random amount -of initial bad eraseblocks (marked as bad in production). This means, that +

    This feature is quite handy on NAND flashes, because they have a random amount +of initial bad eraseblocks (marked as bad in production). This means that different devices may have slightly different volume sizes (especially if the UBI auto-resize feature is used). So you may specify the maximum possible volume size and this will guarantee that @@ -669,7 +669,7 @@ eraseblocks. -

    Why df reports too few free space?

    +

    Why does df report too little free space?

    UBIFS flash space accounting is quite challenging and it is not always possible to report accurate amount of free space. The df utility -- 2.49.0