win 2008 core create a partition with an offset to allow other partition expand
Posted
by
Rqomey
on Server Fault
See other posts from Server Fault
or by Rqomey
Published on 2012-10-05T07:38:42Z
Indexed on
2012/10/05
9:39 UTC
Read the original article
Hit count: 248
windows-server-2008
|partition
We are running a win 2008 core host in a HyperV role. We have expanded the logical drive on a RAID 1+0 array belonging to the server, as we needed more space.
We have two data partitions D: and E: I want to expand them both so they use all space, and are equally sized. There is data on all partitions, although E is not in live use (so files can be moved and copied from it.
Current:
What I want- temporary Partition (F:) at end of drive:
I am going to create a temporary partition F: so I can move the files from E: onto it, then delete E:, expand D: to the desired size, then rename F: to E: To do this I need to create F: from the end of the drive, ie. have unused space between E: and F:
tl;dr How do I create a partition with a large offset in Windows server?
© Server Fault or respective owner