I got a new hardrive and I was trying to partition it when I accidentally made it half unallocated. So I now I'm trying to either turn it into a volume or even merge it with the other half, but I can not extend the volume I have as that option is greyed out and I can't turn my unallocated pace into a simple volume as that option is also greyed out. I hoping someone might know what I can do. Any help would be appreciated.
You hard drive is pretty much likely an MBR disk that only supports up to 2TB per partition. You'll need to convert your disk to GPT. If you just want the disk to be a data disk, it is OK. If you want to install Windows on that disk, it requires UEFI support.
To convert an MBR (Master Boot Record) disk to a GPT (GUID - Globally Unique Identifer) disk, you can use Windows Disk Manager or a command prompt. By default Windows uses MBR disks. While all Windows can boot from an MBR disk, you can only boot from a GPT disk if your motherboard has an enabled UEFI BIOS and you have an operating system (Windows 7 or Windows 8) that supports booting to GPT that is installed with UEFI.
The conversion with Windows built in tool will delete everything on your disk including recovery partition. Using diskpart.exe or disk management to convert MBR to GPT, you need firstly to delete this disk to make it shown as unallocated space. Therefore, you'd better backup the needed information before doing it. If you want to convert GPT to MBR without affecting the OS, you need to use third party software, such as AOMEI Partition Assistant.
More information: Diskpart Cannot Extend Partitions beyond 2TB - How to Solve?
Thanks Valar. Your post help me get it all sorted. It never would have occurred to me the problem was basically my hard drive was too big for the software to handle.