summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/ramfs.rst
blob: e61505a5f91ae43fabf21ed39f1e1bdf4814cbd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. index:: ramfs (filesystem)

RAM filesystem
==============

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

Example:

.. code-block:: console

  barebox:/ mount none ramfs /somedir