|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
MD(4) FreeBSD Kernel Interfaces Manual MD(4)
NAME
md -- memory disk
SYNOPSIS
device md
DESCRIPTION
The md driver provides support for four kinds of memory backed virtual
disks:
malloc Backing store is allocated using malloc(9). Only one malloc-
bucket is used, which means that all md devices with malloc
backing must share the malloc-per-bucket-quota. The exact size
of this quota varies, in particular with the amount of RAM in
the system. The exact value can be determined with vmstat(8).
preload A file loaded by loader(8) with type `md_image' is used for
backing store. For backwards compatibility the type `mfs_root'
is also recognized. If the kernel is created with option
MD_ROOT the first preloaded image found will become the root
file system.
vnode A regular file is used as backing store. This allows for mount-
ing ISO images without the tedious detour over actual physical
media.
swap Backing store is allocated from swap space.
For more information, please see mdconfig(8).
SEE ALSO
disklabel(5), disklabel(8), fdisk(8), loader(8), mdconfig(8), mdmfs(8),
newfs(8), vmstat(8)
HISTORY
The md driver first appeared in FreeBSD 4.0 as a cleaner replacement for
the MFS functionality previously used in PicoBSD and in the FreeBSD
installation process.
The md driver did a hostile takeover of the vn(4) driver in FreeBSD 5.0.
AUTHORS
The md driver was written by Poul-Henning Kamp <phk@FreeBSD.org>.
FreeBSD 6.2 March 9, 2001 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 20:31:49 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5400 hits) (FreeBSD 6.2)
sqlite3 man page (5399 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4903 hits) (Solaris 10 11_06)
CPAN man page (4638 hits) (Suse Linux 10.1)
ssh man page (4358 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3025 hits) (Solaris 10 11_06)
netcat man page (2831 hits) (Suse Linux 10.1)
signal man page (2740 hits) (Suse Linux 10.1)
pprosetup man page (2531 hits) (Solaris 10 11_06)
startproc man page (2526 hits) (Suse Linux 10.1)
|