Link to home
Start Free TrialLog in
Avatar of Yashy
YashyFlag for United Kingdom of Great Britain and Northern Ireland

asked on

New server. Installing Windows 2012 R2, but when trying to partition drive it says 'Windows can't create partition....'

hi guys,

So i've been going back and forth with this. I have a server with around 7 x 1TB disks. I want the maximum disk storage possible.

Anyway, so I went and created an array with all of the disks. This created around 5.5TB's of space. Cool. Then when I go to install Windows 2012 onto this disk, it does it. However, it only then shows 2TB's of space leaving 3TB's unallocated and not showing up on the Windows disks. So, I followed instructions as the maximum size for MBR disk is 2TB's and tried this method:

DISKPART

LIST DISK and identify your disk number (from 0 to n disks)

SELECT DISK <n> where <n> is the disk number

CLEAN ALL (Will Take Some Time)

CREATE PARTITION PRIMARY ALIGN=1024

FORMAT FS=NTFS (Will Take Some Time)

ASSIGN LETTER=M

ACTIVE

EXIT

EXIT

If i follow these instructions, I get a disk entirely converted into GPT and then am unable to install Windows onto it.

So now, the only thing that comes to mind is to create my logical drive again as one array. Then using DISKPART, partition this disk and allocate a size for the MBR and another for the GPT so that when installing Windows, I can actually select the allocated MBR disk and install it onto there?

Question is, how do you do that with diskpart? Any ideas?

Thanks peeps for helping
Yashy
ASKER CERTIFIED SOLUTION
Avatar of Member_2_406981
Member_2_406981

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Yashy

ASKER

Hey Andreas,

I'm doing this now. I have to. However, because the disks are 1TB each, I am creating one logical drive with 2 disks raid 1. Then the rest I am setting to Raid 6. I will then set the server OS size to 200GB during the install. I would have liked to have done something like Raid 6 too on there, but I can't as I don't have enough disks and they're too large and I'll be back to where I was. Hopefully it will go smoothly this time:)

Thanks again
SOLUTION
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Yashy

ASKER

Guys, thanks for your help. All of your guidance in its own way paved the way for me to go forward. Hope that makes sense. Excuse the abandonment of the question.