Separate HD Bench on RAID

THT

THT

Associate
Joined
10 Mar 2004
Posts
998
I have 2 Drives Setup on RAID 0
Im concerned that one of the drives maybe on the way out.

Id like to individual benchmark these to see if I can highlight an issue.

Is there anyway to do this?
 
Windows "recognises" the 2 HDDs in RAID0 as 1 volume, probably the best way to find out if one particular HDD is on the way out, is download the HDD manufacturer's diagnostic utility which will run in DOS, so you can select the individual HDD to test. :)
 
If it's a real hardware RAID, then you'll need a 3rd-party utility to do it.

If it's onboard softraid (intel ICH, nforce, sil, etc... most of them), boot a linux live-cd and type 'hdparm -t /dev/sd{a..z}'

That'll give you the uncached (real) read performance in MB/sec for every recognised SATA/SCSI disk on your system.

Can't fool linux :p
 
Last edited:
NathanE said:
Those are hardware RAID, well the Intel one is for certain.

There is one Intel SATA RAID family I'm aware of which they use on some server boards, but the vast majority of desktop 'RAID' chipsets are nothing more than a BIOS which just understands the on-disk configuration metadata, and provides int 13h (legacy BIOS disk) support sufficient for the OS bootloader to load the kernel and drivers. At the hardware level, the disks are presented as raw (AHCI-compliant, in the case of Intel) disks, and the driver does the RAID dirty-work on the main CPU.

You can verify this is the case if you run the drivers through a disassembler - in the case of the RAID5 support on intel ICH8, you can quite clearly identify the xor functions optimised for different classes of CPU instructions :)
 
THT said:
Thanks for the reply
Any chance I can get confirmation on my Q?

I've never tried it, but it looks like it should work - it's bootable so it'll bypass Windows safely.
 
Back
Top Bottom