9
0
Fork 0
barebox/Documentation/filesystems/ramfs.rst

13 lines
252 B
ReStructuredText

.. 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::
mount none ramfs /somedir