summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ramfs.rst
blob: 37d6ffc8c78a185dba4e6036e366ff8bb88c2d7c (plain)
1
2
3
4
5
6
7
8
9
10
.. index:: ramfs (filesystem)

ram filesystem
==============

ramfs is a simple malloc based filesystem. An instance of ramfs is mounted during startup on /. The filesystemtype passed to mount is 'ramfs'

example::

  mount none ramfs /somedir