View previous topic :: View next topic |
Author |
Message |
phil_r Apprentice
Joined: 14 Mar 2006 Posts: 265 Location: Omaha, NE, USA
|
Posted: Fri Aug 24, 2007 5:51 pm Post subject: Filesystem compression on the fly |
|
|
Is there a filesystem type that can, or a way of being able to, compress data on the fly as it's written to disc (and uncompressed when it's read)? _________________ Just when you think you know the answers, I change the questions. |
|
Back to top |
|
|
matthiaswinkler n00b
Joined: 24 Aug 2007 Posts: 10
|
Posted: Fri Aug 24, 2007 6:01 pm Post subject: |
|
|
- ext2: e2compr
- reiserfs: could be implemented as plugin (compression plugin)
- sun's: ZFS, beiing currently ported to linux as FUSE-Module
- cloop and co, are compressed but readonly and not changeable
in use. |
|
Back to top |
|
|
phil_r Apprentice
Joined: 14 Mar 2006 Posts: 265 Location: Omaha, NE, USA
|
Posted: Fri Aug 24, 2007 6:34 pm Post subject: |
|
|
I saw your thread after I posted mine about e2comp. I'm going to patch up my kernel and give that a try. May need your help with some aspects of it, or feel free to PM me if you want me to test anything specific. _________________ Just when you think you know the answers, I change the questions. |
|
Back to top |
|
|
energyman76b Advocate
Joined: 26 Mar 2003 Posts: 2048 Location: Germany
|
Posted: Fri Aug 24, 2007 9:02 pm Post subject: |
|
|
reiser4 cryptcompress. _________________ Study finds stunning lack of racial, gender, and economic diversity among middle-class white males
I identify as a dirty penismensch. |
|
Back to top |
|
|
matthiaswinkler n00b
Joined: 24 Aug 2007 Posts: 10
|
Posted: Mon Oct 08, 2007 9:49 pm Post subject: e2compr for kernel 2.6.22.5 |
|
|
Hi Everybody!
I ported e2compr to the actual kernel 2.6.22.x.
I released a new patch which I consider as stable, so far.
It is possible to patch it against the current 2.6.22.6-kernel
and it does all the necessary kernel configuration now by
itself. Get it here:
http://www.xeer.de/e2compr2.6.22.5.patch.gz |
|
Back to top |
|
|
|