How to build more than 16M ramdisk for u-boot

Grant Likely glikely at gmail.com
Sat Aug 20 06:06:00 EST 2005


On Fri, Aug 19, 2005 at 04:07:04PM +0800, ??? wrote:
> Hi Grant:
> 
>    I'm already try it.But it still fail.Why i used so large ramdisk, is
> because net-snmp 5.x.x
> are too big, snmpd + snmptrapd almost 10M byte.
I think you're missunderstanding me.

"/sbin/mke2fs -F m0 ramdisk" means:
    create ext2 filesystem on file 'm0' of size 'ramdisk'
"/sbin/mke2fs -F -m0 ramdisk" means:
    create ext2 filesystem on file 'ramdisk' with 0% reserved

It looks like your missing a dash (-) for the 'm' option

g.



More information about the Linuxppc-embedded mailing list