You can extend an existing or change an existing partition using a primary and a secondary (helper) virtual machine.
Procedure:
- Extend the drive using the procedure in Change Disk Size in VMWare
 - Shut down the VM (Master) that has the disk to extend/alter the partition.
 - Edit the VM (Helper) settings and add the disk from the Master as another drive.
 - Start the Helper VM.
 - Login with administrative-level privileges.
 - Go to Control Panel > Administrative Tools > Computer Management > Disk Management to see the newly added disk.
 - Write down the drive letter (you will need it later).
 - Open a command prompt and type DISKPART.
 - Next type LIST VOLUME and hit enter.
 - Choose the appropriate drive letter.
 - Type SELECT VOLUME 
to select it.  - Once it is selected type EXTEND to extend it.
 - If you enter LIST VOLUME again you will see the new size.
 - Exit out of the DISKPART utility.
 - If you check in the Disk Management utility you will also see that the previously unallocated space it gone and the disk is now larger.
 - Shutdown the Helper VM.
 - Edit Helper VM's settings and remove the hard disk from it.
Make sure you only remove it and do NOT delete the disk file. - Power on Master VM.
 - Once it boots and you log into it you will probably see a prompt asking you to restart. Let it restart, log back in, load Disk Management and you should see that your disk has been successfully increased/partitioned.
 
0 comments:
Post a Comment