Hi Chero,
/tmp is not on the root fs, but /dev/shm/tmp (12MB).
However, there is nothing left from strip.
Hi Meanie,
I thought strip strips unneeded stuff, but doesn't compress the remaining dat?
So the compression ratio should not be affected significantly, to my understanding.
Also, doesn't jffs consider ALL the data on the drive for calculatoin of free space from compression ratio? Since I only got 10 MB from a 121MB drive, this is less than 10%. How can jffs reduce the amount of free calculated memory from about 15MB (as it should be after the stripping) to only 2MB, and especially: why should jffs calculate 0MB free DURING the stripping?
Also: After I strip data, I have more space. Even if compression is not that effective afterwards, shouldn't jffs report also MORE free space, but just not as much more as I deleted/stripped?
That's not clear to me.
I restored the backup of last night with the unstripped binaries, just to be sure there is no crap data.
And while we are at it:
I have installed the newer freetype library (see epdfview/poppler thread).
I wondered why this is so much larger than the old freetype.
Ran a "strip" on /usr/lib/libfreetype.a and /usr/lib/libfreetype.so.6.3.8 and guess what?
Together they shrank from about 3MB to 600kB. :-)
df -h reported 6.1MB before, now it reports 7.3MB free space.
So, to take this as a result for above discussion:
strip deleted 2.4MB of data,
df -h reports 1.2MB more free space (factor 0.5).
...will post about that on the epdfview thread, too, so people can reduce the size of the installation of freetype.
daniel