Penguin

A BlockDevice driver that uses memory to simulate a traditional disk in order to offer greatly accelerated access times to its contents. The drawback of a RamDisk is that it uses a fixed amount of memory regardless of how much of it is in actual use. Its contents vanish when the system shuts down.

Nowadays, a Tmpfs is usually preferred.