Raider is a tool to automate linux software raid conversion.
It is able to convert a single linux system disk in to a software raid 1, 4, 5, 6 or 10 system in a two-pass simple command.

  Raider is a bash shell script, that deals with specific oddities of several linux distros (Ubuntu, Debian, Arch, Mandriva, Mageia, openSuSE, Fedora, Centos, PCLinuxOS, Linux Mint, Scientific Linux, Gentoo, Slackware... - see README) and uses linux software raid (mdadm) ( http://en.wikipedia.org/wiki/Mdadm and https://raid.wiki.kernel.org/ ) to execute the conversion.
  If you want to read some information about raid read this: http://en.wikipedia.org/wiki/RAID
  Before using Raider, read these files first: README, FAQ.
 

NEWS - 2012-06-30


version 0.13.2
  • Several new distros were tested and added to the database:
    • Bodhi Linux, Sabayon-9, ROSA-2012.0
    • Automatic check of new raider versions
    • Some new improvemnts and bugfixes

Read ChangeLog

  Screenshots: (ver: 0.11)
 
Pictures Video
raider --help
raider --help
raider -d
raider -d
raider -R1
raider -R1
raider --run
raider --run
Raider demo movie
 Convert to raid 5 (demo movie)
   
  Installation
 
  1. Login as root
  2. Unpack the tar.gz file, and run the install script:
    # tar xzvf raider-x.y.tar.gz
    # cd raider-x.y
    # ./install.sh
  3. To uninstal simply run the uninstall script as root:
    # ./uninstall
  4. To update for a new version, you must uninstall first, and then install.
    # ./uninstall
    # ./install
  Quick How-To
 
Run help first:
# raider --help

Conversion to RAID 1
  1. Add a new empty disk with the same size of the original.
  2. Turn on the system, login as root in text mode, or in a terminal window.
  3. Run this command (STEP 1):
    # raider -R1
  4. Let the program run and in the end, shutdown the system, swap the disks, and turn on the system again.
  5. Login as root again and run this command (STEP 2):
    # raider --run
  6. This will sync both disks, and in the end we will have a raid 1 system working.
If making a conversion to other raid type, the procedure is the same, but you have to add more disks.
In step 4, you have to swap the first disk with the disk in the last slot position.
  Download
 
Download  latest version
(0.13.2)

  Getting help
  Forum
   
   References
 

 

Raider Copyright(C) - 2012 M.Carreira Silva
GNU GPLv2

 

  SourceForge.net
                              Logo