Ramdisk

From LQWiki
(Redirected from RAMdisk)
Jump to navigation Jump to search

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