Re: enabling and disabling file compression

2008-10-13 Thread Tomeu Vizoso
On Mon, Oct 13, 2008 at 6:46 PM, Deepak Saxena <[EMAIL PROTECTED]> wrote: > On Oct 13 2008, at 14:59, Tomeu Vizoso was caught saying: >> Hi Chris and Deepak, >> >> in Ubifs, I have tried unsetting the compression xattr on files, but >> reads were equally slow so I guess the contents weren't actuall

Re: enabling and disabling file compression

2008-10-13 Thread Deepak Saxena
On Oct 13 2008, at 14:59, Tomeu Vizoso was caught saying: > Hi Chris and Deepak, > > in Ubifs, I have tried unsetting the compression xattr on files, but > reads were equally slow so I guess the contents weren't actually > uncompressed. Even tried dd'ing to an empty existing file without the > c a

enabling and disabling file compression

2008-10-13 Thread Tomeu Vizoso
Hi Chris and Deepak, in Ubifs, I have tried unsetting the compression xattr on files, but reads were equally slow so I guess the contents weren't actually uncompressed. Even tried dd'ing to an empty existing file without the c attribute, but the result was the same. Any idea what I'm doing wrong?