March 28, 2024, 09:31:31 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: looking for softraid 0 how to  (Read 4042 times)

Offline zogthegreat

  • New Member
  • Posts: 1
looking for softraid 0 how to
« on: August 09, 2009, 03:48:53 PM »
Hi everyone,

I am looking for some help or a link for setting up a soft-raid 0 under Fedora 11,

I have 2 160gb SATAII hard drives that I want to set up as a RAID0 stripe for performance. My data backs up nightly to my server with rsync, so I am not worried about data safety if one drive fails,

I have found a lot of site that explain how to set-up a RAID1 mirror, but nothing on RAID0. My main dificulty is where to set my partitions and hoe to create my boot partition properly.

Anyone have a suggestion or a link?

Thanks

zog

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
Re: looking for softraid 0 how to
« Reply #1 on: August 11, 2009, 10:03:33 AM »
You can create partition using Fdisk but if you want simple thing then look for "GPARTED" utility.

When you are done then you can create boot partition using any live CD and install GRUB on main partition so that you can boot by
Code: [Select]
grub-install /dev/hda
You may look for this tutorial http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html , this one is very comprehensive but if you followed it completely then you will enhance your linux knowledge as well.

Alternatively, during Fedora 11 install, you can use its built in RAID system :
http://docs.fedoraproject.org/fedora-install-guide-en/fc4/sn-disk-druid.html