Go to the first, previous, next, last section, table of contents.


Reference for DouBle

DouBle, by Jean-Marc Verbavatz, provides a compressed block device. You tell it the name of a block device or (fixed-size) regular file, some compression parameters (compression algorithm, cluster size, storage granularity), and a (conservative) expected compression ratio. It then provides a block device (say `/dev/dbl0') that has more blocks than the file or device where the data is actually being stored. If things don't compress as well as you expected, and it runs out of space, then you have a problem.

DouBle is a good choice if you need a block device for something other than putting an ext2 filesystem on. I would not recommend DouBle for storing a filesystem.

Anyway, a URL for DouBle is ftp://achaz.saclay.cea.fr/pub/double/. There's also a (old, last time I looked) version on sunsite.

See section Why was e2compr written?, section e2compr with the loop driver, section Can I still use DouBle?, for other comments on DouBle.


Go to the first, previous, next, last section, table of contents.