iso9660fs: initialize buffer cache
[minix.git] / man / man8 / loadramdisk.8
bloba3748e8c994a5e5a319686036a43bef338fea497
1 .TH LOADRAMDISK 8 "February 1st, 2010"\r
2 .SH NAME\r
3 loadramdisk \- copy an image of a file system to /dev/ram\r
4 .SH SYNOPSIS\r
5 .B loadramdisk\r
6 .IR file\r
7 .SH DESCRIPTION\r
8 .B Loadramdisk\r
9 copies the content of a device or a file containing an image of a file system,\r
10 specified by the\r
11 .I file\r
12 argument, to \fB/dev/ram\fP. This way the source is preserved\r
13 untouched, and can resides on a read-only media like a CD, while the copied-to\r
14 version may be mounted as read-write file system and used as root device.\r
15 .SH NOTES\r
16 A ramdisk can be initialized only once.\r
17 .SH "SEE ALSO"\r
18 .BR dev (4),\r
19 .BR init (8),\r
20 .BR mount (2),\r
21 .BR newroot (8).\r
22 .SH AUTHOR\r
23 .I Loadramdisk.c \r
24 was written by Philip Homburg. \r
25 .\" This manual page by A. Leca, last revised 2010-02-01.\r