How to select a 2nd disk for RAID 1

1

1

I have a computer (Windows 7 x64 Professional, Intel Chipset, Intel Matrix Storage Manager installed) with 1 TB HDD (HP 1-TB 7.2K rpm SATA6.0Gb/s 3.5"). I would like to install 2nd HDD and create a RAID 1 of them for better reliability.

As I cannot find this exact HDD model to be sold separately, I have following questions:

  • Can I buy a different HDD to form the RAID? What are the requirements?
  • If two manufactures offer 1 TB disk, do they usually have the exactly same capacity?
  • If not, what are implications for the RAID?
  • Will I have to reformat / partition my existing drive to create the RAID?

Suma

Posted 2012-01-16T14:36:42.383

Reputation: 1 307

Answers

2

With Intel Matrix Storage manager, you can create a RAID1 mirror from two drives online, using one (old) drive as a source and the new one as target. It will sync in the background for several hours, making your disk access slower during that time, and that's about it. No need to reformat, repartition, etc.

You can use any disk, provided its size is equal or larger than the original disk, and the new disk is connected to the same SATA controller on your motherboard. Manufacturer of a disk does not matter. Moreover, it is often suggested to buy a different model disk, so if there is a systematic problem with certain disk model (like it was with Seagate disks not too long ago), at least one of the disks in your RAID would not be affected.

Sometimes same-capacity different model disks (e.g. 1TB) differ in their actual size by a few sectors. I've never had problem creating RAID1 mirrors from, say, 1TB WD and Seagate disks (with Intel Matrix Storage).

One other potential problem is the sector size. Some newer disks use 4KB sector size, while older disks all use 512 bytes sector size. I don't know how Intel Matrix storage would cope with different-sector-size disks, and what performance implications might be, but I suppose it's better to stick to same-sector-size disks. Check your disk, it is most probably has 512bytes sectors.

haimg

Posted 2012-01-16T14:36:42.383

Reputation: 19 503

Do you what will happen if the new disk is a few sectors smaller than the original one? Will I have to some resize (e.g. repartition) the original one so that it can be fully mirrored, or will the Intel controller somehow handle this automatically? – Suma – 2012-01-17T09:05:11.183

I think the firmware handles this somehow (e.g. this is just a few sectors and they do not matter, partitions do not go to the very end, etc.)... I've never had problems with this issue with Intel Matrix, but since I'm not 100% sure, I didn't want to include this into my answer. In any case, the size of RAID1 array will be the size of the smallest disk included in it, not larger. – haimg – 2012-01-17T14:41:37.057

1

Check the actual maker of the drive. A tool like the Western Digital diagnostic tool (WinDLG) can identify the actual maker of the drive. WWinDLG will show the actual part number so it will be easy to identify exact model. My HP actually has a Seagate drive but has an HP label and part numbers.

Capacity can be slightly different with two manufacturers.

Avoid "Green" drives if the drive will hold the OS.

You should not have to format

Dave M

Posted 2012-01-16T14:36:42.383

Reputation: 12 811

1Majority of new-ish HP branded drives are Seagate, if you look hard enough you'll see something along the lines of 'Manufactured for HP under licence by Seagate' on one of the labels :) – HaydnWVN – 2012-01-16T16:51:24.383

0

Answering only the stuff which the other answers didn't cover

  • Yes, you can buy a different drive, size is capped by the smaller one
  • Yes, they have the same capacity
  • Your RAID speed boost is limited by the slowest one

For the rest check haimg's answer.

inf

Posted 2012-01-16T14:36:42.383

Reputation: 2 735