Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Others => Miscellaneous => Topic started by: mohit.saha on February 22, 2008, 08:49:02 AM

Title: Where to find e2compr :Compression patch over ext2 file system
Post by: mohit.saha on February 22, 2008, 08:49:02 AM
can anyone tell me where could i find any kind of documentation on e2compr... the compression patch over ext2 file system... or maybe any idea about the control flow about how it works internally.... m doing an analysis on e2compr? ???
Title: E2compr control flags values....
Post by: mohit.saha on February 26, 2008, 07:12:48 AM
Can anyone tell me the value of these control flags?

EXT2_DEFAULT_COMPR_METHOD

EXT2_DEFAULT_CLUSTER_SIZE

EXT2_LZV1_ID

EXT2_LZV1_ID

EXT2_NONE_ID

EXT2_LZRW3A_ID

EXT2_GZIP6_ID

EXT2_GZIP1_ID

EXT2_GZIP2_ID

EXT2_GZIP3_ID

EXT2_GZIP4_ID

EXT2_GZIP5_ID

EXT2_GZIP6_ID

EXT2_GZIP7_ID

EXT2_GZIP8_ID

EXT2_GZIP9_ID

EXT2_IOC_CLRCLUSTERBIT

All these are used in e2compress.c...the original e2compr code written by Antonie? ???