DSL Embedded :: DSL - Memory run only
Ok, now before I get flamed, I've tried to search a bit before posting this request, so I hope that I brought my fire retardant smilies because I feel my stupidity getting to the best of me.
I want to run DSL completely within memory at boot time. This system will have a /usr partition on a HD, but otherwise I want the system to run in memory. I want to see a performance difference so I can try and run a gaming server within memory, referencing only user data on HD for local file installations.
So - how in the world do I do this - because it says I can but I just can't find the help documents.
So if you want to point me in the right direction, or link me some threads, just no middle fingers please. I hope this explains enough:
AMD Athlon system
2gb memory - want to utilize this space only
20gb hd
The cheat code is> dsl toram
You can press F2 and F3 to see the various cheat codes.
But that loads /usr to ram too...
To load everything all to ram except /usr you'll have to start with 'dsl toram' boot options and (for example) mount your hd to /usr. (Add to /opt/bootlocal.sh?)
In that case you'll have all the DSL /usr contents in ram but all other /usr contents from your hd.
I hope this helps...
How about> dsl toram usr=hd? ?
There some reference to something like that in the cheat codes.
Kerry:
Using the cheat codes modifies the way your data is stored after you shutdown. For example: mydsl=hda4, home=hda4, etc tells the bootloader that you want those directories stored on hda4. However the toram cheatcode tells the system to copy the entire system into ram at boot time.
There is the script "bootlocal.sh" which allows you to have some commands/scripts run at boot time which modifies this. Entering the command: "mount /dev/hda3 /usr" in bootlocal.sh tells the system to mount the hd as a filesystem at the mount point during boot time.
Enjoy
--Ted
Next Page...
original here.