Thanks for that my misunderstanding. However if I run for example on a compleltly
clean flash of the 40-24 image for exaple
ipkg update
ipkg upgrade -d ram
I get to the 3rd or 4th download and then start getting no space on device messages
df after this fails is ...
/dev/mtdblock4 14.1M 14.0M 144.0k 99% /
/dev/mtdblock6 23.2M 18.0k 22.0M 0% /media/ram
tmpfs 18.7M 52.0k 18.6M 0% /var
/dev/mmcda1 14.0M 84.0k 13.9M 1% /media/card
/dev/hda1 121.9M 63.5M 58.4M 52% /media/cf
Guesing its writing into / despite the -d option ?
From ipkg.conf the mapping is
dest ram /media/ram/packages/
If I look in that dir it is complelty empty apart from the dir structure
/media/ram/packages/usr/lib/ipkg/info
Jon
The size of the root fs will always be c.16MB as this is the size of the flash memory.
The two numbers on the zImage are how the 64MB of RAM are split into a RAM-disk and 'normal' RAM used to run things.
40-24 image for example should give me a root (40Mb) and a ram filesystem of
(24Mb).
Will give you 40MB to run things in, and a 24MB RAM-disk mounted on /media/ram iirc.
The problem is with such a small ammount of free space in root it fills up really
quickly.
The limitation of the collie machines - I'd get yourself an SD card formatted as ext2 and install things there (or use the RAM-disk which you've created due to your choice of zImage).
Si
[div align=\"right\"][a href=\"index.php?act=findpost&pid=93247\"][{POST_SNAPBACK}][/a][/div]