How to create a memory based file system (ramdisk)

Ramfs is a memory based filesystem. Mount it and you have it. Unmount it and it is gone.

mount -t ramfs none /mount/point


CategoryLinux

Ramfs (last edited 2008-06-27 15:12:46 by DavidKeen)