From: Artem Bityutskiy
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:
-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 */