Difference between revisions of "Dmraid"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | URL http://people.redhat.com/heinzm/sw/dmraid/src/dmraid-1.0.0.rc14.tar.bz2 |} ---- Utility used to inita...)
 
Line 1: Line 1:
 +
{{Package-Introduction|Utility used to initalize/deinitalize RAID arrays commonly found on motherboards and PCI expansion boards.|http://people.redhat.com/heinzm}}
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
|-
 
!Download Source:
 
| URL http://people.redhat.com/heinzm/sw/dmraid/src/dmraid-1.0.0.rc14.tar.bz2
 
|}
 
 
----
 
 
Utility used to initalize/deinitalize RAID arrays commonly found on motherboards and PCI expansion boards.
 
 
Home Page: http://people.redhat.com/heinzm/
 
  
 
----
 
----
Line 21: Line 12:
 
{|
 
{|
 
|-
 
|-
|''--enable-mini:'' Enables the building of dmraid suitable for initramfs/initrd images.
+
|''--enable-mini'' Enables the building of dmraid suitable for initramfs/initrd images.
 
|}
 
|}
  

Revision as of 13:32, 22 February 2008

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

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.