The memfs filesystem type is a high-performance, volatile memory filesystem type. The nature of this filesystem type is such that users are able to create directories and files, but, because the filesystem is only in memory, when it is unmounted, the directories and files go away. A a result, there is no filesystem for a system administrator to administer.
When mounting memfs, you can use the -o option to specify file-system-specific options. These file-system-specific options are:
A memfs filesystem is provided for each of /tmp and /var/tmp by default on systems with at least 100MB on their first drive. Files there do not need to survive crashes or reboots, so they can take advantage of a high-performance, volatile filesystem.
For more information on /tmp and /var/tmp, refer to ``Monitoring filesystem use''.