From: Artem Bityutskiy Date: Mon, 8 Sep 2014 11:42:17 +0000 (+0300) Subject: UBIFS FAQ: mention the -o compr=none mount option X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=0be1dafedae0da934cf9385a817e99ba6e503b02;p=mtd-www.git UBIFS FAQ: mention the -o compr=none mount option Signed-off-by: Artem Bityutskiy --- diff --git a/faq/ubifs.xml b/faq/ubifs.xml index 221142d..0274b52 100644 --- a/faq/ubifs.xml +++ b/faq/ubifs.xml @@ -844,16 +844,19 @@ include:

How do I disable compression?

UBIFS compression may be disabled for whole file system during the image -creation time using the "-x none" mkfs.ubifs option. However, -if UBIFS compression is enabled, it may be disabled for individual files by -cleaning the inode compression flag:

+creation time using the "-x none" +mkfs.ubifs option. The other +way to do this is to mount UBIFS with the "-o compre=none" +option.

+ +

Compression may also be disabled for individual files by cleaning +the inode compression flag:

 $ chattr -c /mnt/ubifs/file
 
-

in shell, or

+

in shell, or

 /* Get inode flags */