1RAM(4) Linux Programmer's Manual RAM(4)
2
3
4
6 ram - ram disk device
7
9 The ram device is a block device to access the ram disk in raw mode.
10
11 It is typically created by:
12
13 mknod -m 660 /dev/ram b 1 1
14 chown root:disk /dev/ram
15
17 /dev/ram
18
20 chown(1), mknod(1), mount(8)
21
23 This page is part of release 5.07 of the Linux man-pages project. A
24 description of the project, information about reporting bugs, and the
25 latest version of this page, can be found at
26 https://www.kernel.org/doc/man-pages/.
27
28
29
30Linux 1992-11-21 RAM(4)