1. Change vdisk to private mode.
2 . You have to be in an elevated command prompt.
Start | type cmd | Right-click cmd (top of menu) | Run as Administrator
3. Use inbuilt diskpart Utility to resize vdisk in any Windows Machine
C:\Windows\system32>diskpart
4. Open Comand Prompt or Powershell and get Diskpart
On Diskpart enter "Select vDisk file="
编辑
编辑5. Enter "List vDisk"to check if the vDisk has been added or not.
6. After that Expand the vDisk by using following query "expand vDisk maximum=XXX (in Mb)". The size should be in "MB"
编辑7. On Diskpart enter "attach vDisk" to attach it. Type "list disk" to check if the vDisk has been attached.
编辑8. Type "List Volume" to see what are the available volumes
编辑9. Type "Select Volume 3" the vDisk which you want to resize and enter "Extend" to extend the vDisk.
Note: The number of the vDisk you want to resize.
编辑10. Now the vDisk has been extended to verify type "List Volume" to see the status. after checking the status. Type "Detach" to detach the vDisk.
执行完成后exit退出!