# HG changeset patch # User Pascal Bellard # Date 1330851159 -3600 # Node ID 7611f82bb0f58a59433504c91eb54aa27d1c9385 # Parent 8eaa24a56de0782c07e746b41ac6822af50f0fa3 fusecloop: add description.txt diff -r 8eaa24a56de0 -r 7611f82bb0f5 fusecloop/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fusecloop/description.txt Sun Mar 04 09:52:39 2012 +0100 @@ -0,0 +1,16 @@ +Fusecloop is FUSE mounter for compressed loop images. +These images can be found on Knoppix and Knoppix like CD's such as DSL. + +About SliTaz patch : + +1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current) + format. + +2- Add new V3 format + * The index uses 32 bits lengths instead of 64 bits offsets. + * The index move to the file end. The cloop creation tool holds the index in + memory instead of the datas. This reduce memory needs by 5000. + $ genisoimage -R mydvd/ | create_compressed_fs 131072 > mydvd.cloop + +3- Any format cloop can be converted to V2 format for knoppix compatibility. + $ extract_compressed_fs file.cloop --convert-to-v2 > fileinv2.cloop