No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / md.4
blob2debdd57b70d66d9b7cb0eec1253854a37d9a305
1 .\"   $NetBSD: md.4,v 1.4 2004/01/12 21:17:30 wiz Exp $
2 .\"
3 .\" This file is in the public domain.
4 .\"
5 .Dd February 25, 2007
6 .Dt MD 4
7 .Os
8 .Sh NAME
9 .Nm md
10 .Nd memory disk driver
11 .Sh SYNOPSIS
12 .Cd "pseudo-device md" Op Ar count
13 .Sh DESCRIPTION
14 The
15 .Nm
16 driver enables use of system or user memory as a disk.
17 Memory for the disk must be allocated within the kernel or with
18 .Xr mdconfig 8
19 before the
20 .Nm
21 device may be used as a disk.
22 Its behaviour is configured by the kernel options
23 .Sy MEMORY_DISK_HOOKS ,
24 .Sy MEMORY_DISK_IS_ROOT ,
25 .Sy MEMORY_DISK_ROOT_SIZE ,
26 .Sy MEMORY_DISK_DYNAMIC ,
27 and
28 .Sy MEMORY_DISK_SERVER .
29 .Sh FILES
30 .Bl -tag -width /dev/rmdXX -compact
31 .It Pa "/dev/md??"
32 block mode memory disk devices.
33 .It Pa "/dev/rmd??"
34 raw mode memory disk devices.
35 .El
36 .Sh SEE ALSO
37 .Xr options 4 ,
38 .Xr mdconfig 8 ,
39 .Xr mdsetimage 8