root/morphix/trunk/cloop/debian/compressloop.1.sgml

Revision 2, 2.6 kB (checked in by nextime, 2 years ago)

Initial import, branching from morphix svn

Line 
1 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
2 <refentry id="compressloop">
3
4 <refmeta>
5         <refentrytitle>compressloop</refentrytitle>
6         <manvolnum>1</manvolnum>
7 </refmeta>
8
9 <refnamediv>
10         <refname>compressloop</refname>
11         <refpurpose>create a compressed cloop volume</refpurpose>
12 </refnamediv>
13
14 <refsynopsisdiv>
15         <cmdsynopsis>
16                 <command>compressloop</command>
17                 <arg choice="opt">options</arg>
18                 <arg choice="req">infile</arg>
19                 <arg choice="req">outfile</arg>
20         </cmdsynopsis>
21 </refsynopsisdiv>
22
23 <refsect1>
24         <title>DESCRIPTION</title>
25
26   <para><command>compressloop</command> compresses a filesystem image
27   to a compressed image suitable for mounting with the cloop driver. blocksize
28   must be a multiple of 512  bytes. This is a complete rewrite of create_compressed_fs
29   which does not need as much swap to hold the entire compressed image in virtual memory,
30   but also does not work in pipe mode anymore (i.e. you need real files as input and output).
31   </para>
32
33   <para>You can specify the compression level, so it's possible to create a                                   
34   larger but faster image.</para>
35                                                                                                                
36   <para>Please note that due to the lseek() calls, it is no longer possible to use
37   stdout as output file. Those who want to use images to pipe them to a CD
38   burner will still need the old create_compressed_fs utility.</para>
39
40 </refsect1>
41
42 <refsect1>
43   <title>MOUNTING</title>
44   <para>You have to pass the options to the cloop module on loading:</para>
45
46   <para>insmod cloop.o file=/path/to/compressed/image</para>
47   <para>mount -o ro -t whatever /dev/cloop /mnt/compressed</para>
48 </refsect1>
49
50         <title>SEE ALSO</title>
51
52         <command>/usr/share/doc/cloop-utils/*</command>, <command>/usr/share/doc/cloop-src/*</command>
53         <address>http://projects.openoffice.nl/downloads/compressloop/</address>
54
55 </refsect1>
56
57 <refsect1>
58     <title>AUTHOR</title>
59     <para>Author of <command>compressloop</command>: Valentijn Sessink <email>(valentyn+knoppix@nospam.openoffice.nl)</email>
60
61     <para>This manual page was written by Klaus Knopper
62     <email>(knoppix@knopper.net)</email> for the <productname>Debian
63     GNU/Linux</productname> system (but may be used by others).  Permission is
64     granted to copy, distribute and/or modify this document under the terms of
65     the <acronym>GNU</acronym> Free Documentation License, Version 1.1
66     published by the Free Software Foundation; with no Invariant
67     Sections, no Front-Cover Texts and no Back-Cover Texts.</para>
68
69 </refsect1>
70
71 </refentry>
Note: See TracBrowser for help on using the browser.