tex / fusecompress

Transparent (using fuse) compressing filesystem.

This URL has Read+Write access

name age message
file AUTHORS Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file COPYING Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file ChangeLog Mon Sep 29 00:38:39 -0700 2008 Increase verison number. [Milan Svoboda]
file INSTALL Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file Makefile.am Fri Nov 28 02:01:53 -0800 2008 Use m4 macros to detect boost libraries. [tex]
file Makefile.in Loading commit data...
file NEWS Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file README
file TODO Fri Nov 28 01:51:21 -0800 2008 Don't write LayerMap if file has not been modif... [tex]
file aclocal.m4
file config.h.in
file configure
file configure.ac
file depcomp Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
file install-sh Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
directory m4/
file missing Thu Sep 11 23:02:38 -0700 2008 Initial commit. [tex]
directory src/
README
FuseCompress (compressed filesystem in userspace)
  http://www.miio.net/fusecompress

We are not responsible for any badness that may happen to you during using
this software.

License:

This program is distributed under GNU/GPL version 2. 

Todo:

Bugs:

Requires:

  boost 1.33.1
  librlog >= 1.3 (RLog - a C++ logging library)

  libz
  libbz2
  liblzma = 4.999.5alpha (Download source from http://tukaani.org/lzma/)
  liblzo2

Compile:

  Boost's libraries may be stored in /usr/lib64 on 64bit systems,
  configure script needs to be called with:

  ./configure --with-boost-libdir=/usr/lib64/

Usage:

  See man pages for fusecompress and fusecompress_offline.

Author:

Milan Svoboda <milan.svoboda@centrum.cz> (author and project maintainer)

Feel free to contact me with suggestions and bug reports.