cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Mar. 02 2006,17:43 |
|
The problem, as I understand it, is the creation of the ramdisk file system.
I think there is some internal calculation that gives you "X" number of INodes for every "Y" MB of ramdisk space.
This calculation is not ideal for our needs because the symlinks eat up a lot of INodes even though they don't take up much disk space. I think that calculation was a rule-of-thumb for people who store real files inside the disk, and not a situation where there is a whole lotta symlinking goin' on.
I guess the ideal situation would be to figure out how to manipulate this number and then tweak the linuxrc or other boot script so that it creates more INodes per MB of ramdisk.
But first, we need to understand the ramdisk creation process and the commandline switches that are available to us before the next level of understanding, how to do a "fix", is achieved.
|