Newer
Older
barebox / Documentation / filesystems / ramfs.rst
@Sascha Hauer Sascha Hauer on 26 Jun 2014 244 bytes Documentation: Add new sphinxs docs
.. 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