Newer
Older
barebox / Documentation / filesystems / ramfs.rst
@Holger Schurig Holger Schurig on 27 Jun 2014 244 bytes doc: start (almost) all headlines with a capital
.. 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