From 0be1dafedae0da934cf9385a817e99ba6e503b02 Mon Sep 17 00:00:00 2001
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 */ -- 2.49.0