1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
.\" Copyright, the authors of the Linux man-pages project
.\"
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
.TH ram 4 2025-05-17 "Linux man-pages (unreleased)"
.SH NAME
ram \- ram disk device
.SH DESCRIPTION
The
.I ram
device is a block device to access the ram disk in raw mode.
.P
It is typically created by:
.P
.in +4n
.EX
mknod \-m 660 /dev/ram b 1 1
chown root:disk /dev/ram
.EE
.in
.SH FILES
.I /dev/ram
.SH SEE ALSO
.BR chown (1),
.BR mknod (1),
.BR mount (8)
|