Changes between Version 1 and Version 2 of Fs/Tmpfs
- Timestamp:
- 2011-09-18T17:19:15Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Fs/Tmpfs
v1 v2 1 1 = TMPFS = 2 2 3 TMPFS is a memory-only file system that looses data across reboots. It is used for keeping temporary files, usually mounted under `/tmp`.3 TMPFS 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.