Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 11:04:38 -0400 (EDT)
From:      Adam Mackler <mackler-fb@dewline.com>
To:        freebsd-stable@freebsd.org
Subject:   using more than one md pseudo-device w/ 4.0
Message-ID:  <200005251504.LAA23472@barter.dewline.com>

next in thread | raw e-mail | index | archive | help
The md pseudo-device does work as described in the handbook in section
10.6.2.

However it doesn't seem to work when I try to use a device other than
/dev/md0, specifically /dev/md1.

Some other pseudo-devices can be specified in the kernel configuration
with a number to indicate the number of units.  This doesn't seem to
work with md.  For example:

pseudo-device   md      3       # Memory "disks"


I have run MAKEDEV md0
           MAKEDEV md1
           MAKEDEV md2

but I still get the message 

    dd: /dev/md1: Device not configured

when I do 

    dd if=afile of=/dev/md1


How do I use more than one md device at a time?

--
Adam Mackler


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005251504.LAA23472>