| 1 |
.\" This -*- nroff -*- file has been generated from |
|---|
| 2 |
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux. |
|---|
| 3 |
...\" |
|---|
| 4 |
...\" transcript compatibility for postscript use. |
|---|
| 5 |
...\" |
|---|
| 6 |
...\" synopsis: .P! <file.ps> |
|---|
| 7 |
...\" |
|---|
| 8 |
.de P! |
|---|
| 9 |
\\&. |
|---|
| 10 |
.fl \" force out current output buffer |
|---|
| 11 |
\\!%PB |
|---|
| 12 |
\\!/showpage{}def |
|---|
| 13 |
...\" the following is from Ken Flowers -- it prevents dictionary overflows |
|---|
| 14 |
\\!/tempdict 200 dict def tempdict begin |
|---|
| 15 |
.fl \" prolog |
|---|
| 16 |
.sy cat \\$1\" bring in postscript file |
|---|
| 17 |
...\" the following line matches the tempdict above |
|---|
| 18 |
\\!end % tempdict % |
|---|
| 19 |
\\!PE |
|---|
| 20 |
\\!. |
|---|
| 21 |
.sp \\$2u \" move below the image |
|---|
| 22 |
.. |
|---|
| 23 |
.de pF |
|---|
| 24 |
.ie \\*(f1 .ds f1 \\n(.f |
|---|
| 25 |
.el .ie \\*(f2 .ds f2 \\n(.f |
|---|
| 26 |
.el .ie \\*(f3 .ds f3 \\n(.f |
|---|
| 27 |
.el .ie \\*(f4 .ds f4 \\n(.f |
|---|
| 28 |
.el .tm ? font overflow |
|---|
| 29 |
.ft \\$1 |
|---|
| 30 |
.. |
|---|
| 31 |
.de fP |
|---|
| 32 |
.ie !\\*(f4 \{\ |
|---|
| 33 |
. ft \\*(f4 |
|---|
| 34 |
. ds f4\" |
|---|
| 35 |
' br \} |
|---|
| 36 |
.el .ie !\\*(f3 \{\ |
|---|
| 37 |
. ft \\*(f3 |
|---|
| 38 |
. ds f3\" |
|---|
| 39 |
' br \} |
|---|
| 40 |
.el .ie !\\*(f2 \{\ |
|---|
| 41 |
. ft \\*(f2 |
|---|
| 42 |
. ds f2\" |
|---|
| 43 |
' br \} |
|---|
| 44 |
.el .ie !\\*(f1 \{\ |
|---|
| 45 |
. ft \\*(f1 |
|---|
| 46 |
. ds f1\" |
|---|
| 47 |
' br \} |
|---|
| 48 |
.el .tm ? font underflow |
|---|
| 49 |
.. |
|---|
| 50 |
.ds f1\" |
|---|
| 51 |
.ds f2\" |
|---|
| 52 |
.ds f3\" |
|---|
| 53 |
.ds f4\" |
|---|
| 54 |
'\" t |
|---|
| 55 |
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n |
|---|
| 56 |
.TH "create_compressed_fs" "1" |
|---|
| 57 |
.SH "NAME" |
|---|
| 58 |
create_compressed_fs, extract_compressed_fs \(em convert and extract a filesystem to/from a cloop volume |
|---|
| 59 |
.SH "SYNOPSIS" |
|---|
| 60 |
.PP |
|---|
| 61 |
\fBcreate_compressed_fs\fP image blocksize [> image.cloop_compressed] |
|---|
| 62 |
.PP |
|---|
| 63 |
\fBextract_compressed_fs\fP filename |
|---|
| 64 |
.SH "DESCRIPTION" |
|---|
| 65 |
.PP |
|---|
| 66 |
\fBcreate_compressed_fs\fP compresses a filesystem image |
|---|
| 67 |
to a compressed image suitable for mounting with the cloop driver. blocksize |
|---|
| 68 |
must be a multiple of 512 bytes. Make sure you have enough swap to hold the |
|---|
| 69 |
entire compressed image in virtual memory! Use "-" as filename to read data |
|---|
| 70 |
from stdin, as in: |
|---|
| 71 |
.PP |
|---|
| 72 |
mkisofs -r datadir | create_compressed_fs - 65536 > datadir.iso.compressed |
|---|
| 73 |
|
|---|
| 74 |
.SH "MOUNTING" |
|---|
| 75 |
.PP |
|---|
| 76 |
You have to pass the options to the cloop module on loading: |
|---|
| 77 |
.PP |
|---|
| 78 |
insmod cloop.o file=/path/to/compressed/image |
|---|
| 79 |
.PP |
|---|
| 80 |
mount -o ro -t whatever /dev/cloop /mnt/compressed |
|---|
| 81 |
.SH "SEE ALSO" |
|---|
| 82 |
\fB/usr/share/doc/cloop-utils/*\fP, \fB/usr/share/doc/cloop-src/*\fP |
|---|
| 83 |
.SH "AUTHOR" |
|---|
| 84 |
.PP |
|---|
| 85 |
This manual page was written by Eduard Bloch |
|---|
| 86 |
(blade@debian.org) for the \fBDebian |
|---|
| 87 |
GNU/Linux\fP system (but may be used by others). Permission is |
|---|
| 88 |
granted to copy, distribute and/or modify this document under the terms of |
|---|
| 89 |
the GNU Free Documentation License, Version 1.1 or any |
|---|
| 90 |
later version published by the Free Software Foundation; with no Invariant |
|---|
| 91 |
Sections, no Front-Cover Texts and no Back-Cover Texts. |
|---|
| 92 |
...\" created by instant / docbook-to-man, Tue 18 Dec 2001, 00:07 |
|---|