How to expand a virtual hard disk in Windows Server Core

microsoft black logo
microsoft black logo

Estimated reading time: 1 minutes

If you are using Windows Server Core in your environment then you will know that adding disk space to a virtual hard drive is not as simple as using the Disk Management GUI.

But, using the steps below, you can carry out the disk extension in no time.

First of all, add the amount of disk space that you want in your Hypervisor, be it Hyper-V, Oracle or VMWare. Then logon to your Windows Server Core which should bring up the standard command prompt. In this command prompt, type in the following command steps:

  • diskpart (this will take you into the Disk Part program)
  • list disk (this will list all the disks on your server – make note of the disk you want to expand)
  • rescan (this will then show the extra disk space you added available on the disk)
  • select disk # (# being the disk number you want to extend)
  • extend (this will expand the disk to the full available capacity)
  • exit

This will take you back to the command prompt and you can then logoff the server.

You will now find that the virtual hard disk is now available with the extra disk space.

Share this content:

Click to rate this post!
[Total: 0 Average: 0]
Avatar for Andrew Armstrong

About Andrew Armstrong

Founder of TechyGeeksHome and Head Editor for over 15 years! IT expert in multiple areas for over 26 years. Sharing experience and knowledge whenever possible! Making IT Happen.

View all posts by Andrew Armstrong

Leave a Reply

Your email address will not be published. Required fields are marked *