2.3. 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

Previous topic

2.2. NFS Support

Next topic

2.4. TFTP support

This Page