wok annotate fusecloop/description.txt @ rev 14349

yad, yad-gtk3: up 0.20.3; add libzeitgeist*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 15 02:19:33 2013 +0000 (2013-04-15)
parents
children 860ce5da84ab
rev   line source
pascal@11996 1 Fusecloop is FUSE mounter for compressed loop images.
pascal@11996 2 These images can be found on Knoppix and Knoppix like CD's such as DSL.
pascal@11996 3
pascal@11996 4 About SliTaz patch :
pascal@11996 5
pascal@11996 6 1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current)
pascal@11996 7 format.
pascal@11996 8
pascal@11996 9 2- Add new V3 format
pascal@11996 10 * The index uses 32 bits lengths instead of 64 bits offsets.
pascal@11996 11 * The index move to the file end. The cloop creation tool holds the index in
pascal@11996 12 memory instead of the datas. This reduce memory needs by 5000.
pascal@11996 13 $ genisoimage -R mydvd/ | create_compressed_fs 131072 > mydvd.cloop
pascal@11996 14
pascal@11996 15 3- Any format cloop can be converted to V2 format for knoppix compatibility.
pascal@11996 16 $ extract_compressed_fs file.cloop --convert-to-v2 > fileinv2.cloop