When I boot my device with a squashfs root file system. I think it mounts it read only. And when I use "df" it shows I used 100% however I know there is normally some place. Because with jffs I have used 94%. But I would like to move to squash to have some more space left.
Can it be that I have to change the mtd names I'm using?
This is how my image looks like
0x00000000-0x00010000 : "bdata"
0x00010000-0x00050000 : "boot"
0x00050000-0x00100000 : "zImage"
0x00100000-0x003f0000 : "root"
0x003f0000-0x00400000 : "EEPROM"
Here is the df result:
root@(none):/# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/mtdblock5 1664 1664 0 100% /
none 14936 0 14936 0% /tmp
tmpfs 512 0 512 0% /dev
Any help would be greatly appreciated.
(Last edited by swinnenb on 26 Jun 2007, 15:30)