2.4. 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:

barebox:/ mount none ramfs /somedir