Linux RAM Disk

Reading about how to create a RAM disk on Linux:

 # mount -o size=200M -t tmpfs none /mnt/tmpfs

Leave a Reply