virtualbox comment déplacer VMDK vers un autre dossier

// get disk info (UUID)
VBoxManage list hdds
// move virtual disk (.vmdk)
VBoxManage modifymedium disk 3300059f-3eaf-44dd-ad45-172b8d3367b4 --move /new/location
One Infinite Monkey