Raid

Bash script to monitor raid

Small bash script I wrote to monitor an Areca RAID card. If the array fails, it sends me an email. It can be used for other RAID cards (such as 3ware), with slight modifications.

Linux software RAID guide

Software RAID under Linux is a rock solid solution for building RAID arrays at no cost. I personnally never had problems with software raid under Linux while i've seen expensive hardware RAID card failing and corrupting arrays. It's a little slower that hardware RAID but it remove a possible point of failure in a system and again, it's free. The only drawback is that configuration can be sometimes tricky. This guide is a collection of command you can use in different situation.

wdtler iso boot disk to fix caviar green or black in RAID

Recently I had some problems with ubuntu software RAID 1 with two caviar green 1tb. Reading forums, I learned about the TLER being disabled in non raid class WD drives.

Install Ubuntu with software raid 1

In this howto we will install Ubuntu in RAID 1 and I will explain you how to manage your array using mdadm. Tested on Ubuntu 8.04 LTS and 8.10 (both server version).