TMPFS



         


TMPFS is a file system which keeps all files in virtual memory.

Everything is temporary in the sense that no files will be created on the hard drive. On reboot, everything in tmpfs will be lost.

In contrast to RAM disks, which get allocated a fixed amount of physical RAM, TMPFS grows and shrinks to accommodate the files it contains and is able to swap unneeded pages out to swap space.

[Top]

Reference






  View Live Article   This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License