[Solved] problem with resize VDI
Posted: 2. Feb 2018, 12:07
Hi
I try to resize the vdi but i have some problem. The size Vdi is too big for my usb stick. configuration :
The size of my usb stick is 64000 Mbytes.
i tried a lot of solution but it doesn't work. Fro exemple :
i created a new Vdi with a small size and tried to clone with this command :
Do you have a idea and how Could i copy my Vdi windows on my usb stick ?
I try to resize the vdi but i have some problem. The size Vdi is too big for my usb stick. configuration :
Code: Select all
VBoxManage showhdinfo ~/VirtualBox_VMs/windows/windows.vdi
UUID: ead0125d-c40a-430c-848a-39fba632fd5c
Parent UUID: base
State: created
Type: normal (base)
Location: /Users/e-clade/VirtualBox_VMs/windows/windows.vdi
Storage format: VDI
Format variant: dynamic default
Capacity: 74080 MBytes
Size on disk: 9402 MBytes
Encryption: disabledi tried a lot of solution but it doesn't work. Fro exemple :
Code: Select all
VBoxmanage modifyhd --resize 61000 '/Users/e-clade/VirtualBox_VMs/windows/windows.vdi'
0%...
Progress state: VBOX_E_NOT_SUPPORTED
VBoxManage: error: Resize medium operation for this format is not implemented yet!
Code: Select all
VBoxManage clonemedium ~/VirtualBox_VMs/windows/windows.vdi ~/VirtualBox2/winusb/winusb.vdi --existing
VBoxManage: error: Cannot register the hard disk '/Users/e-clade/VirtualBox2/winusb/winusb.vdi' {f3e69863-2644-4eef-8656-e348348c217f} because a hard disk '/Users/e-clade/VirtualBox VMs/winusb/winusb.vdi' with UUID {f3e69863-2644-4eef-8656-e348348c217f} already exists
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBoxWr