View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#97
Originally Posted by qole View Post
Bah! The N900's bzip2 doesn't work with a file of this size! It fails with "File too big"!

We will have to use the kludgy command:
Code:
cat debian-m5-v2.img.ext2.bz2 | bunzip > debian-m5-v2.img.ext2
If you can live with the (lack of) speed...

Originally Posted by man bzip2
-s --small
Reduce memory usage, for compression, decompression and testing. Files are decompressed and tested using a modified algorithm which only requires 2.5 bytes per block byte. This means any file can be decompressed in 2300k of memory, albeit at about half the normal speed.
EDIT: Oh, you mean FILE size, duh, must get coffee...
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc