1832867 Members
2965 Online
110048 Solutions
New Discussion

RAM Disk

 
SOLVED
Go to solution
Amit Parui
Valued Contributor

RAM Disk

Hi Gurus,

Can somebody tell me what is a RAM Disk and what is the use of that?

Expect answers in detail..pls
Regards
AP
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!
4 REPLIES 4
Torsten.
Acclaimed Contributor
Solution

Re: RAM Disk

About the main idea of a ram disk:

http://en.wikipedia.org/wiki/Ram_disk

You create a special area in memory and handle it like a physical disk.
Not supported for hp-ux.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
AwadheshPandey
Honored Contributor

Re: RAM Disk

Wim Rombauts
Honored Contributor

Re: RAM Disk

HP-UX has MemFS as free add-on product since HP-UX 11i v2.

This type of filesystem is a good choice for when your system (or rather your software) writes many temporary files, that don't need to survive a reboot.

MemFS (or any other memory or RAM filesystem) is lost when the system goes down, so it can not be used to store anything that may still be needed after a reboot.

Since writing to a disk is still slow compared to the speed of a CPU, having a filesystem in memory to write temporary files to, can significantly speed up your system.

For more information, see http://docs.hp.com/en/11885/MemFSv2forHP-UX11iv2.pdf
Amit Parui
Valued Contributor

Re: RAM Disk

Thanks everyone for taking out your valuable time.
If Life gives u a ROCK, its upto u to build a BRIDGE or a WALL !!!