netbsd man page for mdconfig

Query: mdconfig

OS: netbsd

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

MDCONFIG(8)						    BSD System Manager's Manual 					       MDCONFIG(8)

NAME
mdconfig -- configure MEMORY disks
SYNOPSIS
mdconfig special_file 512-byte-blocks
DESCRIPTION
The mdconfig command configures memory disk devices. It will associate the special file special_file with a range of user-virtual memory allocated by the mdconfig process itself. The mdconfig command should be run in the background. If successful, the command will not return. Otherwise, an error message will be printed. To "unconfigure" the memory disk, just kill the background mdconfig process started earlier.
FILES
/dev/rmd?? /dev/md??
EXAMPLES
mdconfig /dev/md0c 2048 & Configures the memory disk md0c with one megabyte of user-space memory.
SEE ALSO
mount(8), swapon(8), umount(8)
BUGS
The special device will become inoperative if the mdconfig process is killed while the special device is open.
BSD
July 8, 1993 BSD
Related Man Pages
md(4) - freebsd
vn(4) - debian
mdmfs(8) - freebsd
mkuzip(8) - freebsd
mount_mfs(8) - freebsd
Similar Topics in the Unix Linux Community
Mount ISO Image on FreeBSD problem!
Bootable usb-stick, need help, sos