wok view fusecloop/description.txt @ rev 14904

kbd*: up 1.15.5; retawq and kbd: place .mo files to right place; locale-pl: try to fix; slitaz-i18n: no more pcmanfm, kbd really not a core package but contains translations for kbd-base.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jul 31 20:21:51 2013 +0300 (2013-07-31)
parents
children 860ce5da84ab
line source
1 Fusecloop is FUSE mounter for compressed loop images.
2 These images can be found on Knoppix and Knoppix like CD's such as DSL.
4 About SliTaz patch :
6 1- Add transparent support for accelerated knoppix, V0, V1 and V2 (current)
7 format.
9 2- Add new V3 format
10 * The index uses 32 bits lengths instead of 64 bits offsets.
11 * The index move to the file end. The cloop creation tool holds the index in
12 memory instead of the datas. This reduce memory needs by 5000.
13 $ genisoimage -R mydvd/ | create_compressed_fs 131072 > mydvd.cloop
15 3- Any format cloop can be converted to V2 format for knoppix compatibility.
16 $ extract_compressed_fs file.cloop --convert-to-v2 > fileinv2.cloop