Query: ramfs
OS: plan9
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RAMFS(4) Kernel Interfaces Manual RAMFS(4)NAMEramfs - memory file systemSYNOPSISramfs [ -i ] [ -s ] -m [ mountpoint ]DESCRIPTIONRamfs starts a process that mounts itself (see bind(2)) on mountpoint (default /tmp). The ramfs process implements a file tree rooted at dir, keeping all files in memory. Initially the file tree is empty. The -i flag tells ramfs to use file descriptors 0 and 1 for its communication channel rather than create a pipe. This makes it possible to use ramfs as a file server on a remote machine: the file descriptors 0 and 1 will be the network channel from ramfs to the client machine. The -s flag causes ramfs to post its channel on /srv/ramfs rather than mounting it on mountpoint, enabling multiple clients to access its files. However, it does not authenticate its clients and its implementation of groups is simplistic, so it should not be used for precious data. This program is useful mainly as an example of how to write a user-level file server. It can also be used to provide high-performance tem- porary files.SOURCE/sys/src/cmd/ramfs.cSEE ALSObind(2) RAMFS(4)
Related Man Pages |
---|
namespace(6) - plan9 |
tapefs(1) - plan9 |
srv(3) - plan9 |
exportfs(4) - plan9 |
dossrv(4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
RAMFS in Linux |
change initramfs by hand? |
initramfs on 2.4 kernel |
Only have initramfs now... |
Why bind to LiveCD /proc before building initramfs ? |