Skip to main content
Version: 2.1

How do I extend partition after migrate?

Run compmgmt.msc and check up the partition tables from Disk Management#

/assets/img/extend_partition-1.png

Run Windows PowerShell as administrator#

/assets/img/extend_partition-2.png

Extend the partition with the command#

  • diskpart
  • list volume
  • select volume c
  • extend
  • list volume /assets/img/extend_partition-3.png

Review your partition table with Computer Management > Disk Management#

/assets/img/extend_partition-4.png

Last updated on by Roy Tan