I want a ramdisk on linux.
There is ramfs and tmpfs.
Tmpfs is what I want because it acts like a disk (size limits, etc.). However, it uses swap which means it may touch disk if it gets full.
IF I don't have swap turned on, will it still work?
I don't want that mount to touch disk at all.