All of lore.kernel.org
 help / color / mirror / Atom feed
* the compressed file attribute
@ 2004-01-29 22:35 Pat LaVarre
  2004-01-29 23:00 ` Phillip Lougher
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Pat LaVarre @ 2004-01-29 22:35 UTC (permalink / raw)
  To: linux-fsdevel

Does one of the Linux fs, other than ntfs, already let me distinguish
one file from another by a compressed attribute?  What I'm hoping to
find is:

Uncompressed files work same as always.

Compressed files appear to work same as always, but under the covers the
data of the file occupies more or less space according to how
compressible it is.  Random access within the file either sequentially
rewrites all the file or else garbage collects and defragments.

I ask here because I think Google mostly points me to file systems that
compress all files e.g. fs/cramfs/README Future Development doesn't
mention this twist, e.g. `ls fs | egrep -i nw5` is empty, ...

Compressing all files is not the same thing.  I don't want the file
system deciding for me which files to compress.

Pat LaVarre



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-02-03  7:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-29 22:35 the compressed file attribute Pat LaVarre
2004-01-29 23:00 ` Phillip Lougher
2004-01-30  3:30   ` Erez Zadok
2004-02-03  7:47   ` H. Peter Anvin
2004-01-29 23:26 ` Andreas Dilger
2004-01-30  7:33 ` Yury V. Umanets

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.