Sorry for my poor English.
I have a Linux MIPS router with 2.4.17 kernel. Root fs is a tmpfs and /rom is a cramfs. There is 4MB free memory and 3MB free on tmpfs.
I can create a few new empty files, but the next ones fail with "not enough space". However, I can append 1MB of data to an existing file. So my trouble is in inode count.
And my questions:
- Is there any way to dynamically increase inodes?
- If I can't increase it dynamically - Where can I increase it in kernel sources?
stat -f <mountpoint>. If not and you can bang out some c and cross compile to mips, you can maybe use the statfs() or family calls yourself? – Kyle Brandt♦ Nov 17 '09 at 15:18