Talk:Cloop

From Wikipedia, the free encyclopedia

This article is part of the Linux WikiProject, a group of Wikipedians interested in improving the encyclopaedic coverage of articles relating to Linux, and who are involved in developing and proposing standards for their content, presentation and other aspects.
If you would like to participate, please visit the project page, where you can join the project and see a list of open tasks.
Stub This article has been rated as Stub-Class on the quality scale.
This article has been automatically rated as Stub-Class because it uses a stub template.
  • If you agree with the assessment, please remove |auto=yes from this template.
  • If you disagree with the assessment, please change it by editing the class parameter in this template and removing |auto=yes from the template and also remove the stub template from the article.

[edit] The disadvantages section

I removed this, because it is demonstrably false:

  • The cloop kernel module only allows one compressed image at a time to be active.

Although you are only allowed to specify one compressed image on the insmod cloop.o command line, you can use the losetup utility to activate multiple compressed images.

I'm not sure how true the remaining two entries are.

Also, is there any reason to have a "disadvantages" section but no "advantages" section? It seems kind of out-of-place. 4.255.44.24 17:17, 1 October 2005 (UTC)

[edit] New version of software and new file format?

The description on this page, information on the linked pages, and information that can be found by search the web seems to describe an old version of cloop. For example, cloop 2.04-118 that comes with OpenSuSE 10.3 behaves very different:

  • multiple images can be allowed by creating additional device nodes (mknod /dev/cloop$I b 240 $I, I=0,...,7, and losetup, see also discussion section above)
  • create_compressed_fs does not hold the compressed data in (virtual) memory if the image is a regular file. Instead, it starts outputting data immediately (tested with a 55 GB image file). This also means that the file format must have changed since the index cannot be written at the start of the output anymore (stdout is not seekable). Jowagner (talkcontribs) 17 January 2008 (UTC)