Page 1 of 1

extract exact path of vdi image

Posted: 16. Nov 2017, 15:55
by marcuso
Hello,
I would like to extract the exact path and image name (vdi) in a command line for a specific VM, like
vboxmanage showvminfo vmname (but this does not return the path)
as the media manager shows when you click on the vmname.

Any idea?
Thanks a lot
m

Re: extract exact path of vdi image

Posted: 16. Nov 2017, 16:52
by marcuso
sorry guys, I found it:
vboxmanage showvminfo vmname | grep SATA

Thanks
marcus