From 0be1dafedae0da934cf9385a817e99ba6e503b02 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Mon, 8 Sep 2014 14:42:17 +0300 Subject: [PATCH] UBIFS FAQ: mention the -o compr=none mount option Signed-off-by: Artem Bityutskiy --- faq/ubifs.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 */
-- 
2.49.0