Run the following command to change the UUID of the disk file in the new path. Then attach to the VM in Virtualbox and this should now attach successfully. [cci_bash]VBoxManage internalcommands sethduuid ‘/media/iq/Seagate Expansion Drive/VMs2017/Win10Ent-CU.vdi'[/cci_bash]
Tag: virtualbox
I had to increase disk size on a Windows 10 VM. They way to do this is to resize the VDI file. First turn off the VM. Then open Terminal and run the following commands to show the current disk size and then change it with VBoxManage. Check the disk…
I was trying to access USB drive in a Win 10 VM in VirtualBox. This was not working out of the box. Here is what I had to do. Steps I installed latest version from Virtualbox website 5.1.22 and the extension pack from the website. Enabled the USB 3 controller…