root@Microknoppix:/home/knoppix# create_compressed_fs -h
1 processor core(s) detected
Usage: advfs [options] INFILE OUTFILE [HOSTS...]
Options:
-b Try all and choose the best compression method, see -L
-B N Set the block size to N
-m Use memory for temporary data storage (NOT recommended)
-r Reuse output file as temporary file (NOT recommended)
-p M Set a default value for port number to M
-l Listening mode (as remote node)
-t T Total number of compressing threads
-s Q Expect data with size Q from the input, see below
-f S Temporary file S (or see -r)
-q Don't print periodic status messages to the console
-v Verbose mode, print extra statistics
-h Help of the program
-S X Experimental option: store volume header in file X, see manpage
Performance tuning options:
-a U Job pool size (default: threadcount+3)
-L V Compression level (-2..9); 9: zlib's best (default setting), 0: none,
-1: 7zip, -2: do all and keep the best one
To use standard input/output - can be used as INFILE/OUTFILE. However, this will
require additional memory (or diskspace) for data size calculation and header
update (after compression). Passing the INPUT data size with -s may help.
The size numbers can be declared with a suffix which acts as multiplier
(K: KiB, k: KB, i: iso9660 block (2KiB); M: MiB; m: MB; G: GiB; g: GB).