Difference between revisions of "Mdadm"

From CBLFS
Jump to navigationJump to search
m
Line 28: Line 28:
 
Compile the package:
 
Compile the package:
  
TO DO!
+
make CC="gcc ${BUILD32}"
 +
 
 +
Install the package:
 +
 
 +
make install
  
 
=== N32 ===
 
=== N32 ===
  
TO DO!
+
Compile the package:
 +
 
 +
make CC="gcc ${BUILDN32}"
 +
 
 +
Install the package:
 +
 
 +
make install
  
 
=== 64Bit ===
 
=== 64Bit ===
  
TO DO!
+
Compile the package:
 +
 
 +
make CC="gcc ${BUILD64}"
 +
 
 +
Install the package:
 +
 
 +
make install
  
 
= Contents =
 
= Contents =
Line 49: Line 65:
 
|-
 
|-
 
! Installed Directories:
 
! Installed Directories:
|None
+
| None
 
|}
 
|}
  

Revision as of 13:39, 13 December 2007

Download Source: http://neilb.web.cse.unsw.edu.au/source/mdadm/mdadm-2.6.3.tgz

Introduction to Mdadm

mdadm is a tool for managing Linux Software RAID arrays.

Project Homepage: http://neil.brown.name/blog/mdadm

Dependencies

Non-Multilib

Compile the package:

 make

Install the package

make install 

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

make CC="gcc ${BUILD32}"

Install the package:

make install

N32

Compile the package:

make CC="gcc ${BUILDN32}"

Install the package:

make install

64Bit

Compile the package:

make CC="gcc ${BUILD64}"

Install the package:

make install

Contents

Installed Programs: mdadm
Installed Libraries: None
Installed Directories: None

Short Descriptions

mdadm managing Linux Software RAID arrays