Windows – Extending partition on Windows Server 2016

partitionwindows

On a Windows Server 2016 machine we have multiple partitions for separate segments of a website. However, more storage space is needed for one of the partitions, so I would like to transfer some space from the default C: drive to another partition (G:). Using the built in Disk Management program on Windows, I am unable to transfer the unallocated space obtained from C: to G: because the unallocated space is not to the right of G:. How would I go about extending the partition? The company policies are restrictive on installing unknown third party programs to manage the infrastructure, and I'm not able to find a free partition manager that works on Windows Server 16 anyways. I cannot use a bootable partition manager in order to minimize downtime

Best Answer

Doing this naively from Windows is not possible. Whatever program you use you'll end up with downtime as moving/resizing partitions is best done while no active processes accessing the disk, keep that in mind while I suggest the below.

Because you have too many restrictions in place I suggest that you use a bootable partition manager such as https://gparted.org, I know you don't want to have a downtime, but you'll face that wall whatever you do.

Related Topic