Warning: Missing argument 2 for wp_widget() in /home/kernelha/public_html/wp-includes/widgets.php on line 76
Raid 1 | Linux Tutorial

Replacing failed Raid Drive

Scenario / Question: A drive has failed in my raid 1 configuration, and I need to replace it with a new drive. Solution / Answer: Use mdadm to fail the drives partition(s) and remove it from the RAID array. Physically add the new drive to the system and remove the old drive. Create the same [continue...]

Linux Software RAID 1 Array How to Manual Setup

Scenario / Question: Setup a RAID 1 Array in an existing system using two new hard drives. Solution / Answer: Check the Partition Table on the new drives and create a RAID partition. Create a new RAID 1 Array using the newly created partitions Create mdadm.conf configuration file for the RAID [continue...]

Replacing Failed Raid Drive and Grub Install

Scenario / Question: First drive /dev/sda or /dev/hda failed in a RAID 1 configuration and now system will not boot. System booting but only getting a prompt that shows grub and a flashing cursor. Prevent system from crashing on reboot if first drive in RAID Array fails. Solution / Answer: Use [continue...]