View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Ramdisk

From LQWiki

(Redirected from RAMdisk)
Jump to: navigation, 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


Share

Personal tools