[geeks] RAMDISK Usage and Accessing through C Programming
Scott Howard
scott at doc.net.au
Sat Dec 20 03:25:46 CST 2003
On Sat, Dec 13, 2003 at 06:54:19PM +1100, Amit wrote:
> 1. How to install/use RAMDISK for solaris 8
You can't. Solaris doesn't support ram disks.
It does support "tmpfs" which is a fileysystem mounted on virtual memory
(ie, RAM + swap), but there's no way to guarantee that your data in it
will stay in RAM.
What problem are you trying to solve? Ram disks generally aren't going to
be the answer anwyay...
Scott
More information about the geeks
mailing list