Difference between revisions of "Dmraid"
From CBLFS
Jump to navigationJump to search(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://people.redhat.com/heinzm/sw/dmraid/src/dmraid-Version}}.tar.bz2 | + | | http://people.redhat.com/heinzm/sw/dmraid/src/dmraid-{{dmraid-Version}}.tar.bz2 |
|} | |} | ||
{{Package-Introduction|Utility used to initalize/deinitalize RAID arrays commonly found on motherboards and PCI expansion boards.|http://people.redhat.com/heinzm}} | {{Package-Introduction|Utility used to initalize/deinitalize RAID arrays commonly found on motherboards and PCI expansion boards.|http://people.redhat.com/heinzm}} | ||
− | |||
---- | ---- | ||
Line 12: | Line 11: | ||
== Dependencies == | == Dependencies == | ||
− | * [[ device-mapper]] | + | === Required === |
+ | * [[device-mapper]] | ||
== Configuration Information == | == Configuration Information == | ||
Line 71: | Line 71: | ||
|Library containing the functions required to manipulate SATA/IDE RAID arrays. | |Library containing the functions required to manipulate SATA/IDE RAID arrays. | ||
|} | |} | ||
+ | |||
+ | [[Category:Block Device]] |
Latest revision as of 18:03, 5 July 2008
Download Source: | http://people.redhat.com/heinzm/sw/dmraid/src/dmraid-1.0.0.rc15.tar.bz2 |
---|
Contents
Introduction to Dmraid
Utility used to initalize/deinitalize RAID arrays commonly found on motherboards and PCI expansion boards.
Project Homepage: http://people.redhat.com/heinzm
Dependencies
Required
Configuration Information
--enable-mini Enables the building of dmraid suitable for initramfs/initrd images. |
Non-Multilib
Compile the package:
./configure && make
Install the package:
make install mv /lib/libdmraid.a /usr/lib chmod 644 /usr/lib/libdmraid.a
Multilib
TODO
32Bit
TODO
N32
TODO
64Bit
TODO
Contents
Installed Programs: | dmraid |
---|---|
Installed Libraries: | libdmraid.{a,so} |
Short Descriptions
dmraid | Program used to manipulate SATA/IDERAID arrays |
---|---|
libdmraid.{so,a} | Library containing the functions required to manipulate SATA/IDE RAID arrays. |