Argh, more than 2TB disk causes problems?
2008-07-21 02:50 AM | 4 comments
Here's the tech scenario: I now have seven active Seagate Barracuda SATA2 500GB drives in a RAID5 array, using a Highpoint RocketRAID 2320 card. This setup gives a total capacity of 3TB and can survive one drive completely dying.
Under Windows, drives are formatted with a Master Boot Record partition map. This format imposes a 2TB limitation on allocatable space within a volume. I was unaware of this limit when I set up the RAID card, and am now paying the price.
The problem is that now, I have 750GB of unallocatable space on my RAID volume. I can't extend the existing partition or even create a new one, with a wonderfully incomprehensible error message leading the way.

Supposedly, this problem can be fixed by using a GUID Partition Table (GPT) setup. Unfortunately, GPT conversion requires an empty volume - and I have 2TB of data that can't really be moved anywhere else.
Anyone know of a utility (open source, freeware, paid) to convert MBR to GPT? I've actually read the GPT specification and it doesn't seem too difficult to implement, but I really don't want to get into hex editing the raw disk for various reasons.
Comments
Not a problem; I'll just have to do it tomorrow afternoon when I can reboot the box and find the hptflash utility.
I'm looking into making a server with 4x1.5TB in raid5 on the raidcontroller you are using.
A friend of my also has a raid5 with 4x1.5TB with his onboard raidcontroller. But his writespeeds suck pretty hard. His read is very nice, about 500MB/s, but his write is like 50MB/s.
Now I was wondering what your writespeed is of the raidvolumes since you have the non-onboard raidcontroller in use?
Add Comment
If you'd like, you can add your own comments to this post. The site owner may choose to moderate comments, so your comments may not appear immediately.
We're using the newest 16-port HW RAID card (they just released it).
Good luck,
Neil