-m, --compression-mode=MODE Set the default compression mode. The default mode is priority which tries the compressors in a predefinied order and chooses the first successful one. The alternatives are: none (mkfs will not compress) and size (mkfs will try all compressor and chooses the one which have the smallest result).
-x, --disable-compressor=NAME Disable a compressor. Use -L to see the list of the avaiable compressors and their default states.
-X, --enable-compressor=NAME Enable a compressor. Use -L to see the list of the avaiable compressors and their default states.
-y, --compressor-priority=PRIORITY:NAME Set the priority of a compressor. Use -L to see the list of the avaiable compressors and their default priority. Priorities are used by priority compression mode.
-L, --list-compressors Show the list of the avaiable compressors and their states.
-t, --test-compression Call decompress after every compress - and compare the result with the original data -, and some other check. [링크 : http://manpages.ubuntu.com/manpages/saucy/man1/mkfs.jffs2.1.html] |