Difference between revisions of "Ramdisk"

From Linuxintro
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.)
(No difference)

Revision as of 13:55, 20 December 2008

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.