xref: /minix3/minix/commands/loadramdisk/loadramdisk.8 (revision b80da2a01d0bb632707b7b4e974aa32eaebbcc6f)
LOADRAMDISK 8 "February 1st, 2010"
NAME
loadramdisk - copy an image of a file system to /dev/ram
SYNOPSIS
loadramdisk file
DESCRIPTION
Loadramdisk copies the content of a device or a file containing an image of a file system, specified by the file argument, to /dev/ram. This way the source is preserved untouched, and can resides on a read-only media like a CD, while the copied-to version may be mounted as read-write file system and used as root device.
NOTES
A ramdisk can be initialized only once.
"SEE ALSO"
dev (4), init (8), mount (2), newroot (8).
AUTHOR
Loadramdisk.c was written by Philip Homburg. This manual page by A. Leca, last revised 2010-02-01.