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.)
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.