wok diff fusecloop/description.txt @ rev 25041

Up fatattr (1.0.1), puzzles (20220128)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 27 17:15:46 2022 +0000 (2022-05-27)
parents f937073af512
children
line diff
     1.1 --- a/fusecloop/description.txt	Sun Feb 14 22:06:06 2016 +0100
     1.2 +++ b/fusecloop/description.txt	Fri May 27 17:15:46 2022 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  2- Add new V3 format to build huge cloop images.
     1.6   * The index is compressed and uses 32 bits lengths instead of 64 bits offsets.
     1.7 - * The length msb is set to mark a duplicate bleck and the remining bits give
     1.8 + * The length msb is set to mark a duplicate block and the remining bits give
     1.9     the block number.
    1.10   * The index is moved to the file end. The cloop creation tool holds the index
    1.11     in memory instead of the datas. This reduces memory needs by 5000.