3 HD's, RAID 0, HD 1= error occured

hypr004

New Member
I have 3 HD's @ 160GB a piece and i'm using RAID 0. When i boot up my computer it says that on the middle HD an error occured and the other 2 are fine. Then windows boots up and the computer runs fine.
Is there ANY way to test the middle HD at all without losing everything i have saved?

My Computer:
Gateway E-6500 3.0 Ghz Pentium D. Dual core.
3 Western digital HD's @ 160GB each. RAID 0.
1 Gig of RAM.
 
if your computer boots up and runs fine, then that drive is fine. RAID 0 will span your information across all three drives, so if one fails, the computer wont even boot up.
 
I have 3 HD's @ 160GB a piece and i'm using RAID 0. When i boot up my computer it says that on the middle HD an error occured and the other 2 are fine. Then windows boots up and the computer runs fine.
Is there ANY way to test the middle HD at all without losing everything i have saved?

My Computer:
Gateway E-6500 3.0 Ghz Pentium D. Dual core.
3 Western digital HD's @ 160GB each. RAID 0.
1 Gig of RAM.

You can use Smartmon to read the S.M.A.R.T. data from the drives: http://sourceforge.net/projects/smartmontools/

There is also a program called 'Spinrite' that you can load onto a USB disc or a CD and boot from that. You can then select a drive and a level of testing to use. It ought to be able to tell you if the drive is OK. I think it might be more thorough than Smartmon, but Smartmon is free and Spinrite is not.
 
i think it would be smarter to swith over to a raid five configuration if you are worried about losing all the data, and if the drive failed, it would say os corrupted or something along those lines and say please instert install disk
 
RAID 0 = 2 hard drives only
RAID 5 = 3 or more hard drives

Set the array up as RAID 5 in the RAID BIOS and all will be good.
 
RAID 0 = 2 hard drives only
RAID 5 = 3 or more hard drives

Set the array up as RAID 5 in the RAID BIOS and all will be good.

first of all, if he has data he doesnt want to lose, simply "setting the array to raid 5 in BIOS" wont work. also, his factory PC may not even have the option for RAID 5. second of all, raid 0 can be any amount of hard drives, it is NOT limited to 2. sigh.
 
Two drives is RAID 0.
Adding more than two drives to a stripped array changes it to a different RAID configuration (i.e. RAID 5, RAID 0+1, etc.)

If he wants the third drive to be part of the stripe, he will loose his data.
 
Two drives is RAID 0.
Adding more than two drives to a stripped array changes it to a different RAID configuration (i.e. RAID 5, RAID 0+1, etc.)

If he wants the third drive to be part of the stripe, he will loose his data.


Striped set without parity/[Non-Redundant Array]. Provides improved performance and additional storage but no fault tolerance. Any disk failure destroys the array, which becomes more likely with more disks in the array. A single disk failure destroys the entire array because when data is written to a RAID 0 drive, the data is broken into fragments. The number of fragments is dictated by the number of disks in the drive. The fragments 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, giving this type of arrangement huge bandwidth. RAID 0 does not implement error checking so any error is unrecoverable. More disks in the array means higher bandwidth, but greater risk of data loss. SNIA definition.

source: http://en.wikipedia.org/wiki/Redundant_array_of_independent_disks


owned
 
Two drives is RAID 0.
Adding more than two drives to a stripped array changes it to a different RAID configuration (i.e. RAID 5, RAID 0+1, etc.)

If he wants the third drive to be part of the stripe, he will loose his data.


A RAID 0 (also known as a stripe set or striped volume) splits data evenly across two or more disks (striped) with no parity information for redundancy.

source: http://en.wikipedia.org/wiki/Standard_RAID_levels#RAID_0

owned again.
 
Back
Top