Firefox 16, a treat for developers http://t.co/cnd27CzT
Install RAID 1 in Fedora/Centos/RHEL
RAID 1 is usually implemented as mirroring; a drive has its data duplicated on two different drives using either a hardware RAID controller or software (generally via the operating system). If either drive fails, the other continues to function as a single drive until the failed drive is replaced. Conceptually simple, RAID 1 is popular for those who require fault tolerance and don’t need top-notch read performance. A variant of RAID 1 is duplexing, which duplicates the controller card as well as the drive, providing tolerance against failures of either a drive or a controller. It is much less commonly seen than straight mirroring.
Step 1,
insert Your installtion with CD/DVD/FTP/DHCP server or other methde
follow the normal instructions :

You see. we have 2 disk of 8 GB
we will create 3 normal partition /boot (100MB) swap and / (root partition)
Click on the RAID button and choose “Create a software RAID partition

In the file system chose : Software RAID

do it now with the second drive. after this you will see this:

Now Click RAID and Create a RAID device.

Now For the swap partition . create normal Swap on the 2 drives , dont make it the RAID
Swap = normal RAM in this example is 1 GB

Now create the root Partition / with the rest of the free Drive. with RAID device md1 and Raid level. level 1
you will see something like this :)

Now your RAID in ready to use after your os installation , reboot , if you get some grub issue like kernel panic or grub error 17 or other issue, is not a big problem .
reboot with your OS in rescue mode : “linux rescue”
In the command prompt set a new root and build the RAID array:
sh-4.0# chroot /mnt/sysimage
Check the statis of your RAID with
#cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sdb3[1] sda3[0]
7060480 blocks [2/2] [UU]
md0 : active raid1 sdb1[1] sda1[0]
104320 blocks [2/2] [UU]
UU means both disks are live
Run the following command to “hotadd” and rebuild the array:
[root@raidtest ~]# mdadm /dev/md0 --add /dev/sda1
[root@raidtest ~]# mdadm /dev/md1 --add /dev/sda3
This process might take some time – depends on the sizes of the partitions.
Now time to Configure the GRUB.
sh-4.0# grub
Probing devices to guess BIOS drives. This may take a long time.
GNU GRUB version 0.97 (640K lower / 3072K upper memory)
[ Minimal BASH-like line editing is supported. For the first word, TAB
lists possible command completions. Anywhere else TAB lists the possible
completions of a device/filename.]
grub>
GRUB shell type the following commands to re-install the boot loader on both drives,
grub> device (hd0) /dev/sda
grub> root (hd0,0)
grub> setup (hd0)
grub> device (hd1) /dev/sdb
grub> root (hd1,0)
grub> setup (hd1)
grub> quit
quit
You have new mail in /var/spool/mail/root
sh-4.0#
reboot and Test if everything is working good
Links :
- Wikipidia.org/
- pino.co.il
- howtoforge.com
- kernelhardware.org
- optimiz3.com
- pcguide.com
-
-
-
http://enteryoursiteURL...
-
Like us on Facebook
This week Top Posts 
Top Things to do After Installing Ubuntu 13.04 ‘Raring Ringtail’ : Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled for release on Apri...0 comment(s) |
Howto: Upgrade to Ubuntu 13.04 Raring Ringtail from 12.04, 12,10 | Desktop & Server : Updated 05-04-2013: Ubuntu 13.04 Raring Ringtail will be released Soon, If you have ubuntu 12,10, 12...0 comment(s) |
Unix/Linux File Recognition. Did You Know? : Did you know that Unix and Linux has no concept of a file extension? What is a file name extension?
...0 comment(s) |
Install lamp with 1 command in Ubuntu 12.10, 13.04 Raring Ringtail & LinuxMint13 : Updated: 10/09/2012 :LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform ...0 comment(s) |
Configure conky-Lua in Ubuntu (12.10 & 13.04 Raring Ringtail), Fedora, debian and LinuxMint | Howto Conky : Updated 05-04-2013: Conky is a free, light-weight system monitor for X, that displays any informatio...0 comment(s) |
Howto- Resolve nosound problem on Ubuntu 13.04 Raring Ringtail,12.10 and Older : Updated 05/04/2013 : One of the common issues facing Ubuntu users after installing or upgrading Ubun...0 comment(s) |
Recent Posts
- Unix/Linux File Recognition. Did You Know?
- Migrate from MySQL to MariaDB in FreeBSD
- Connect Your Android Galaxy Tablet to Ubuntu via USB
- ElementaryOS Beta 1 and 2 Comparison and Review
- Introduction to the Linux Command Line
- A Secure Password
- Linux Kernel 3.10. It’s BIG!
- Monitoring Users Activity Using psacct or acct Tools in Linux
- Run Your Own Social Network Using elgg on RHEL / CentOS and Scientific Linux
- Getting Debian 7.0 ‘Wheezy’ Up and Running
Recent Comments



















Maximiliano Schultheis
| #
this was amazing, thank you so much! Tip 3 did the trick!
SK
| #
I am working on it. Stay tuned. Thanks for the comment.
adriana rizzati
| #
You are right, I saw them just now and they are awesome!
SK
| #
Thanks for the comment Abdullah. Stay tuned with us always.
Abdullah Musazai
| #
Thank you for such a great service you always do, hope you gain more power and more energy to work more & more