Very slow compression / decompression

Using applications, configuring, problems
Post Reply
Message
Author
andrew_in_uk
Posts: 10
Joined: Mon 08 Aug 2005, 22:16
Location: Bracknell, UK

Very slow compression / decompression

#1 Post by andrew_in_uk »

Hello;

I am finding that it is taking a very long time to compress and decompress files and directories on my machine. Compressing a 10 or 15Mb directory is taking about half an hour (and vice versa).

This seems to be the case whether I am using muzip, or tar from the command line (still getting used to guiTAR);

I run Puppy (Chubby 105) from the live cd, so maybe a problem with size of or access to /tmp? The machine (700MHZ, 256Mb) has Xandros on the hard drive, which does the compression tasks much more quickly (uses different version of tar and gunzip, I think);

any ideas would be appreciated;

thanks,

A

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#2 Post by Lobster »

. . . see if there is a speed option in the programs

Do the compression from the command line and use a speed option

Maybe someone will tell you how :) Not me, never compressed a file that big . . .

Try rezizing or check available disk size

Start / Utilities / Resize root
Last edited by Lobster on Tue 18 Oct 2005, 23:27, edited 1 time in total.
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

Guest

#3 Post by Guest »

my roxapps folder is 15 megs ... compressing them using tar-gzip takes 6 seconds on my machine

# time tar czvf myroxapps.tgz /root/my-roxapps/

real 0m6.099s
user 0m5.240s
sys 0m0.220s

User avatar
isntfunny
Posts: 57
Joined: Wed 26 Oct 2005, 05:06
Location: London, UK
Contact:

#4 Post by isntfunny »

Mi first Puppy's dissappoint: guiTAR... what is that???? a virus?
I'm simply trying to recursively compress gaim's folder and still couldn't.

guiTAR, thumbs down. :evil:

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#5 Post by Lobster »

isntfunny wrote:Mi first Puppy's dissappoint: guiTAR... what is that???? a virus?
I'm simply trying to recursively compress gaim's folder and still couldn't.

guiTAR, thumbs down. :evil:
tsk tsk . . .
We don't do virus - we leave that to Microtheft
The closesest to a virus program is the f-prot virus checker to check your Windows HD for infestation.

The guitar program is not intuitive and Barry has written to them
I use it when it comes up by

selecting all
Achive extract
(give it a location)
It is easy once you get the hang of it
(though as always it could be easier . . .)

We did have another decompressor (which had a weird colour scheme) I think that is a pupget now

For compressing and taring files you can use Mtools.

If you are really lucky someone might write a script to drop a zip into an icon and unzip to somewhere of your choice . . .
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
MU
Posts: 13649
Joined: Wed 24 Aug 2005, 16:52
Location: Karlsruhe, Germany
Contact:

#6 Post by MU »

http://www.murga.org/%7Epuppy/viewtopic.php?t=2825

or:
http://noforum.de/man2html.php?page=tar

example:
cd /root
tar -czvf backup.tgz my-documents


Greets, Mark

Post Reply