Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mkclicfs(1) [suse man page]

CREATE CLIC 
FILE(1) Clic FS User's Manual CREATE CLIC FILE(1) NAME
mkclicfs - Create Clic File SYNOPSIS
mkclicfs [-d] [-p pagesize] [-b blocksize] [-c compression] [-l logfile] [-n cores] infile outfile DESCRIPTION
The infile is a loop image (so far only tested with ext3) that is assumed to use pages of pagesize. The outfile is the Compressed Loop Image Container (Clic), it will contain X parts with blocksize. mkclicfs automatically discards duplicated pages, unless -d is given. The default for the pagesize is 4096, the default for ext3 The blocksize defines how many pages are grouped together before compression. The default is 32, it is a good balance between overhead and compression ratio. The compression preset defines on how slow it is or how good it compresses. Compare with xz presets. -c 0 is fast and -c 9 is (very) slow - but the compression rate varies a lot - of course depending on the data. Preset 6 is the default. The logfile is the logfile that is generated from clicfs -l, clicfs will output the access pattern and mkclicfs will reorder the blocks so they are in order. The number of cores is by default taken from the system. Sometimes it's wise to not all of them though. SEE ALSO
clicfs, unclicfs AUTHOR
Stephan Kulow AUTHOR
Stephan Kulow Author. Clic FS April 16th, 2009 CREATE CLIC FILE(1)

Check Out this Related Man Page

LZMA(1) 						      General Commands Manual							   LZMA(1)

NAME
LZMA - a compression algorithm, based on Lempel Ziv's compression method. SYNOPSIS
lzma <e|d> inputFile outputFile [switches...] DESCRIPTION
LZMA provides high compression ratio and very fast decompression, so it is very suitable for embedded applications. For example, it can be used for ROM (firmware) compression. lzma is the default and general compression method of 7z format in 7-Zip program. FUNCTION LETTERS
e Encode file d Decode file b Benchmark SWITCHES
-a{N} Set compression mode - [0, 1], default: 1 (max) -d{N} Set dictionary - [0,30], default: 23 (8MB) -fb{N} Set number of fast bytes - [5, 273], default: 128 -mc{N} Set number of cycles for match finder -lc{N} Set number of literal context bits - [0, 8], default: 3 -lp{N} Set number of literal pos bits - [0, 4], default: 0 -pb{N} Set number of pos bits - [0, 4], default: 2 -mf{MF_ID} Set Match Finder: [bt2, bt3, bt4, hc4], default: bt4 -eos Write End Of Stream marker -si Read data from stdin -so Write data to stdout SEE ALSO
7z(1),7za(1) AUTHOR
Written for Debian by Mohammed Adnene Trojette. Mohammed Adnene Trojette May 5 2006 LZMA(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Looking for good free Xserver cygwin X slow…

Hello all I was using cygwin X for years now , but now im trying to Open the new sunstudio 12 with it and its stack and slow , other folks Here at work that are using not free Xservers could open it easily. Is there some kind of free Xserver that I can use . (0 Replies)
Discussion started by: umen
0 Replies

2. UNIX for Advanced & Expert Users

File writing is slow

Hello Guru, I am using a Pro*C program to prepare some reports usaually the report file size is greater than 1GB. But nowadays program is very slow. I found out the program is taking much time to write data to file ..... is there any unix related reason to be slow down, the file writting... (2 Replies)
Discussion started by: bhagyaraj.p
2 Replies

3. Red Hat

data resolution

hi all after going through ext3 file system , i understood that data resolution for ext3 FS is 1 second...can i increase it 2 second...? any idea..? (3 Replies)
Discussion started by: sagar_md
3 Replies

4. UNIX for Dummies Questions & Answers

Question regarding mkfs ext3

Hi i am looking for some help with a question relating to the creation of the ext3 file system. "Why is it good practice not to have a file system mounted whilst you try to create it?" I have searched google but not had any luck in finding out what the actual dangers are of creating a file... (1 Reply)
Discussion started by: allan1986
1 Replies

5. Red Hat

Change user settings..

Hi, I have 48 cores in my server. I want to assign 50% of the cores to certain programs and rest to some other programms. I found the command "taskset" very good option to assign cpu afinity to already running programms or newly created programms. But the problem is even if i set a cron to... (1 Reply)
Discussion started by: Rantu
1 Replies