Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Tmpfs
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Temporary file system on Unix-like systems}} {{lower case}} '''tmpfs''' (short for '''T'''e'''mp'''orary '''F'''ile '''S'''ystem) is a [[temporary file]] storage paradigm implemented in many [[Unix-like]] operating systems. It is intended to appear as a mounted [[file system]], but data is stored in [[volatile memory]] instead of a persistent storage device. The idea behind tmpfs is similar in concept to a [[RAM disk]], in that both provide a file system stored in volatile memory; however, the implementations are different. While tmpfs is implemented at the ''logical file system'' layer, a RAM disk is implemented at the ''[[File system#Architecture|physical file system]]'' layer. In other words, a RAM disk is a virtual block device with a normal file system running on top of it, while tmpfs is a virtual file system without any underlying block device.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)