Ramdisk

From Linuxintro
Revision as of 13:55, 20 December 2008 by imported>ThorstenStaerk (New page: A Ramdisk in Linux can be created on the /tmp folder using the command mount -t tmpfs tmpfs /tmp -o size=512M In this case, the Ramdisk will be 512MB big.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A Ramdisk in Linux can be created on the /tmp folder using the command

mount -t tmpfs tmpfs /tmp -o size=512M

In this case, the Ramdisk will be 512MB big.