Vijay Ram wrote: > memory from the main disk. Is there a way where we can force to > load the entire code into the secondary > memory instead of the disk space ?? This may sound wierd, but in my > case, the main disk space is more > expensive than the secondary memory. So once i load the entire code > into the secondary memory while execution, > i want to delete the file from the main disk to make space on it. > Is this actually possible ? > Then why not use a tmpfs and run it from there? Of course you have to deal with populating it first, but since you're ready to delete the executable anyway I assume you have a plan ;) -- fm -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/