Changes between Version 1 and Version 2 of Fs/Tmpfs


Ignore:
Timestamp:
2011-09-18T17:19:15Z (13 years ago)
Author:
Jakub Jermář
Comment:

Provide basic information about TMPFS.

Legend:

Unmodified
Added
Removed
Modified
  • Fs/Tmpfs

    v1 v2  
    11= TMPFS =
    22
    3 TMPFS is a memory-only file system that looses data across reboots. It is used for keeping temporary files, usually mounted under `/tmp`.
     3TMPFS is a simple memory-only file system that looses data across reboots. It is used for keeping temporary files, usually mounted under `/tmp`, but it can play the role of the root file system too. TMPFS was written by Jakub Jermar in 2008 as the first file system supported by HelenOS.