[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [debian-knoppix] [patch] cloop-0.65



Hallo Herr Wiedemann,

Besten Dank für den Patch. Ich weiß noch nicht, wie ich ihn ins Paket
integrieren könnte, denn ich brauche eine Pipe-fähige Version von
create_compressed_fs für meine Skripte, und möchte die bisherige Version
daher auf jeden Fall beibehalten.

Thanks for your patch. I don't know yet how to incorporate your changes
into the Debian package, because I need a pipe-capable version of
create_compressed_fs in my Knoppix buildscripts.

On Sun, Aug 25, 2002 at 08:11:54PM +0200, Bernhard Wiedemann wrote:
> Da ich fuer meine eigene bootbare CD so einiges programmiert habe,
> moechte ich hiermit meinen Patch fuer das cloop modul veroeffentlichen.
> 
> pros: kaum Bedarf an Hauptspeicher
>       drum schnellere Kompression

Das ist relativ. Mit viel Hauptspeicher geht es schneller, wenn alles im
RAM abläuft. ;-)

With enough physical memory, it should be faster when the image is held
in RAM though. ;-)

> +++ cloop-0.65-bmw1/compressed_loop.c   Sun Aug 25 16:36:52 2002
> @@ -686,7 +686,7 @@
>   if(file->f_mode & FMODE_WRITE)
>    {
>     printk(KERN_WARNING "clo_open: can't open read-write\n");
> - -   return -EPERM;
> +   return -EROFS;

Yes, I noticed this one, too. This is already fixed in cloop-0.66,
together with avoidance of ll_rw_blk() in order to make a version that
can read from an NFS-mounted loopback-file (not sure if it already
works, though).

Regards
-Klaus
-- 
Klaus Knopper                           Technical Solutions & Finances
knopper@linuxtag.org                          http://www.linuxtag.org/
Phone +49-(0)631-3109371                        Fax +49-(0)631-3109372
LinuxTag 2003 - Europes largest Linux Expo       Where .com meets .org
_______________________________________________
debian-knoppix mailing list
debian-knoppix@linuxtag.org
http://mailman.linuxtag.org/mailman/listinfo/debian-knoppix


Reply to: