Does anyone know if such thing exists?
I am running an app that read/write small chunck of data from/to hard disk very frequently. This might dramatically reduce the life of my harddisk. So I wonder if I can get something like a "portable ramdisk" to let the app read/write from/to.
The size of the file that the app access is usually close to 1GB and I might be runnning the app from different systems (linux and xp). Because of this, create a ramdisk from the system memory is not a good idea.
Any suggestions?