VirtualBox is running out of virtual disk space. Default is 10gb. Want to expand, the graphical interface did not find an actionable menu. Google solved it with VBoxManage, the command tool that comes with Vbox.
C:\Program Files\Oracle\VirtualBox> VBoxManage modifyhd e:\ Vbox \Ubuntu12.04\ ubuntu1204-201302-disk1.vmdk –resize 30000
0%…
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage.exe: error: Resize hard disk operation for this format is not implemented yet!
the original virtual machine used VMDK format, this command can only support vdi format.
found that you can use VBoxManager to convert virtual hard disk storage file format
C:\Program Files\Oracle\VirtualBox> VBoxManage clonehd e:\ Vbox \Ubuntu12.04\ ubuntu1204-201302-disk1.vmdk e:\ Vbox \ ubuntu1204-201310-disk1.vdi –format vdi
0%… 10%… 20%… 30%… 40%… 50%… 60%… 70%… 80%… 90%… Clone hard disk created in format ‘VDI’. UUID: 455b7aa4-d776-8353-d9b5b3fa1
09b
C:\Program Files\Oracle\VirtualBox> Clone hard disk created in format ‘VDI’. VBoxManage modifyhd e:\ Vbox \Ubuntu12.04\Ubunt
u1204-201310-disk1.vdi –resize 30000
0%… 10%… 20%… 30%… 40%… 50%… 60%… 70%… 80%… 90%… 100%
No more reporting that mistake.
This article from: http://blog.sina.com.cn/s/blog_484d87770101olzr.html
Read More:
- An error is displayed when virtualbox uses modifyhd command to expand capacity: Resize medium operation for this format is not implemented yet
- U disk installation Linux system could not boot, / dev / root does not exist and the identified hard disk space is not available
- Disk read error solution for new hard disk installation
- Solutions to the problem that Ubuntu is stuck when copying large files and can’t mount mobile hard disk normally
- VBoxManage.exe: error: Failed to create the host-only adapter
- Windows 10 upgrade 1803 failed because of dual hard disk!!
- [windows] U disk installed system, unable to format the selected partition [error: 0x8004242d]
- QT — get hard disk margin
- Viewing the file system format of disk partition under Linux
- invalid connection string format, a valid format is host:ip:port
- Non system disk or disk error
- Solve the problem of non system disk or disk error, replace and strike any key when ready
- Error 9 at 1 depth lookup:certificate is Not yet valid error
- RuntimeError: reciprocal is not implemented for type torch.cuda.LongTensor
- SystemError: new style getargs format but argument is not a tuple
- Win32 Disk Imager Error 5: Access is Denied solution
- Convert Tencent video QLV format to MP4 format
- MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk.
- cv2 error – function not implemented [How to Solve]
- RuntimeError: log_vml_cpu not implemented for ‘Long’