Author Topic: Raid 1,5,6 but not raid 0  (Read 664 times)

Offline gezza

  • Hero Member
  • *****
  • Posts: 513
Raid 1,5,6 but not raid 0
« on: November 19, 2010, 10:04:16 PM »
Hi to all,
I would like to try =RAID 0= on one of my machines for testing purposes.
However PCLinuxOS will not allow me to create a RAID 0 device!!!
I can create Raid 1,5,6 but not Raid 0. At least, I can create but not format!!! a raid 0.
Any guru the could point me in the right direction Please??
Gezza

Offline Rudge

  • Hero Member
  • *****
  • Posts: 9686
  • I'm Just A Dog.
Re: Raid 1,5,6 but not raid 0
« Reply #1 on: November 19, 2010, 11:20:27 PM »
RAID 0 (block-level striping without parity or mirroring) provides improved performance and additional storage but no redundancy or fault tolerance (making it not true RAID, according to the acronym's definition). However, because of the similarities to RAID (especially the need for a controller to distribute data across multiple disks), simple stripe sets are normally referred to as RAID 0. Any disk failure destroys the array, and the likelihood of failure increases with more disks in the array (at a minimum, catastrophic data loss is twice as likely compared to single drives without RAID). A single disk failure destroys the entire array because when data is written to a RAID 0 volume, the data is broken into fragments called blocks. The number of blocks is dictated by the stripe size, which is a configuration parameter of the array. The blocks are written to their respective disks simultaneously on the same sector. This allows smaller sections of the entire chunk of data to be read off the drive in parallel, increasing bandwidth. RAID 0 does not implement error checking, so any error is uncorrectable. More disks in the array means higher bandwidth, but greater risk of data loss.

 ???


-If you wish to make an apple pie from scratch, you must first invent the universe-  Carl Sagan

Offline gezza

  • Hero Member
  • *****
  • Posts: 513
Re: Raid 1,5,6 but not raid 0
« Reply #2 on: November 20, 2010, 01:20:08 AM »
Hi Rudge,
Thank you, yes I understand that but what would I apply to PCC;local drives; to get raid 0 to work??
Apart fron setting rid 0, what else should I set??
Another thing I have found--I created a /boot raid 1 partition over 2 drives and then raid 5 over 3 drives.
The system does not  boot. One gets 'kernel panic' According to the info, this should have booted.

The reason for going raid 1,5,6 is to stop loss of data on drive failure.
Thank you
Gezza
« Last Edit: January 05, 2011, 12:46:46 AM by Texstar »