From LQWiki
(Redirected from
RAM-disk)
A ramdisk emulates a hard disk in RAM.
Example filesystem implementations of ramdisks for Linux are:
- tmpfs - dynamically allocates the used memory
- romfs - simple read-only filesystem
- cramfs - compress data with zlib
See also