Solutions:
To resizing the disk format .vdi to 100G
#VBoxManage modifyhd "cloned.vdi" --resize 100000
For disk using format .vmdk must convert to .vdi format 1st before do resizing process.
#VBoxManage clonehd "source.vmdk" "cloned.vdi" --format vdi
#VBoxManage modifyhd "cloned.vdi" --resize 51200
#VBoxManage clonehd "cloned.vdi" "resized.vmdk" --format vmdk
source :
Virtualbox : Resizing Disk
Related Posts:
Windows : Install and configure SNMPsource : https://support.managed.com/kb/a764/how-to-install-snmp-and-configure-the-community-string-for-windows.aspx… Read More
Microsoft : Fix Autoconfiguration IPv4 Address issue Windows Server 2012 r2source : https://techridez.com/blog/how-to-fix-autoconfiguration-ipv4-address-issue-windows-server-2012-r2/… Read More
Active Directory : The Security Database on the Server does not have a Computer Account for this Workstation Trust RelationshipIssue : The Security Database on the Server does not have a Computer Account for this Workstation Trust RelationshipSolutions:Login to local Admi… Read More
Microsoft : \WINDOWS\SYSTEM32\CONFIG\SYSTEM is missing or corrupt Restore the registry manually 1.Insert the Windows XP setup CD and restart the computer 2.Press any key to boot from the CD 3.Press R to access Repai… Read More
Windows : Reset Administrator Password Windows 2012 R2 on Nutanix Solution: 1. Load the Nutanix driver into VM (source : https://next.nutanix.com/prism-infrastructure-management-26/booting-vm-to-cd-no-drives-present… Read More
0 comments:
Post a Comment