On Sun, Oct 18, 2009 at 03:20:15PM +0530, Ritesh Raj Sarraf wrote:
> On Sunday 18 Oct 2009 14:25:11 Alex Samad wrote:
> > > bzip2 is a high compression algorithm. It could just be that there is no
> > > room for compression anymore.
> > 
> > some file type (based my mime type) are meant to be excluded from the
> > compression and zip is meant to be one of them.
> > 
> > plus the difference the bzip2 file went through with out being touched
> > where as the zip did not and ended up being larger then before
> > 
> >
> 
> And what is the backend in use for your fusecompress configuration  ?
> 
> > from the man page
> > fusecompress_offline - decompress or compress data without need to mount
> > the compressed virtual filesystem
> > 
>        If  compression  method  is  set the data will be compressed by 
> required compression method.
>        Files already compressed by a different compression method are 
> recompressed to required com‐

yeah but this is talking about fusecompress's compression algo not the
one used in the data.

with fusecompress_offline lets you move from one algo to another.

you can verify this on a mounted partition create a .bzip2 file on the
raw directory you can still zless it - it is untouched - try and
fuseocmpress_offline and it failes because it is one of the types that
are not compresses.


>        pression  method.  Files  already  compressed  by  the  required 
> compression method are left
>        untouched.
> 
> Ritesh


Attachment: signature.asc
Description: Digital signature

Reply via email to