]> www.infradead.org Git - mtd-www.git/commitdiff
UBIFS FAQ: mention the -o compr=none mount option
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 8 Sep 2014 11:42:17 +0000 (14:42 +0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 8 Sep 2014 11:42:17 +0000 (14:42 +0300)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
faq/ubifs.xml

index 221142df28c422b6efda44d85b60ecb0f4e7b3e7..0274b52958d524edb931c1958fdddd148c29c9e7 100644 (file)
@@ -844,16 +844,19 @@ include:</p>
 <h2><a name="L_comproff">How do I disable compression?</a></h2>
 
 <p>UBIFS compression may be disabled for whole file system during the image
-creation time using the "<code>-x none</code>" <a
-href="ubifs.html#L_mkfubifs"><code>mkfs.ubifs</code></a> option. However,
-if UBIFS compression is enabled, it may be disabled for individual files by
-cleaning the inode <i>compression flag</i>:</p>
+creation time using the "<code>-x none</code>"
+<a href="ubifs.html#L_mkfubifs"><code>mkfs.ubifs</code></a> option. The other
+way to do this is to mount UBIFS with the "<code>-o compre=none</code>"
+option.</p>
+
+<p>Compression may also be disabled for individual files by cleaning
+the inode <i>compression flag</i>:</p>
 
 <pre>
 $ chattr -c /mnt/ubifs/file
 </pre>
 
-<p>in <code>shell</code>, or</p>
+<p>in shell, or</p>
 
 <pre>
 /* Get inode flags */