Mdadm: Difference between revisions

From CBLFS
Jump to navigationJump to search
Oppiz (talk | contribs)
New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://neilb.web.cse.unsw.edu.au/source/mdadm/mdadm-2.6.1.tgz |} ---- == Introduction to ReiserFS == mda...
 
No edit summary
 
(9 intermediate revisions by 3 users not shown)
Line 2: Line 2:
|-
|-
!Download Source:
!Download Source:
| http://neilb.web.cse.unsw.edu.au/source/mdadm/mdadm-2.6.1.tgz
| http://neilb.web.cse.unsw.edu.au/source/mdadm/mdadm-{{Mdadm-Version}}.tgz
|}
|}


----
----


== Introduction to ReiserFS ==
{{Package-Introduction|mdadm is a tool for managing Linux Software RAID arrays.|http://neil.brown.name/blog/mdadm}}
 
mdadm is a tool for managing Linux Software RAID arrays.
 
'''Project Home Page''': http://neil.brown.name/blog/mdadm


== Dependencies ==
== Dependencies ==
Line 19: Line 15:
Compile the package:
Compile the package:


  make
make


Install the package
Install the package


  make install  
  make install


== Multilib ==
== Multilib ==
Line 32: 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 53: Line 65:
|-
|-
! Installed Directories:
! Installed Directories:
|None
| None
|}
|}


Line 60: Line 72:
{| style="text-align: left;"
{| style="text-align: left;"
|-valign="top"
|-valign="top"
! debugreiserfs
| can sometimes help to solve problems with ReiserFS file systems. If it is called without options, it prints the super block of any ReiserFS file system found on the device.
|-
! mkreiserfs
| creates a ReiserFS file system.
|-
! reiserfsck
| is used to check or repair a ReiserFS file system.
|-
! reiserfstune
| is used for tuning the ReiserFS journal.
|-
|-
! resize_reiserfs
! mdadm
| is used to resize an unmounted ReiserFS file system.
| managing Linux Software RAID arrays
|}
|}
[[Category:Block Device]]

Latest revision as of 18:04, 5 July 2008

Download Source: http://neilb.web.cse.unsw.edu.au/source/mdadm/mdadm-2.6.4.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
Retrieved from "?title=Mdadm&oldid=14681"