VMware {code} Community
pranags
Contributor
Contributor

Access vmdk file from windows

Hi All

is it possible to access the vmdk file of a virtual machine from windows host ?

Are there any VI sdk APis for this?

Thanks,

Prasad.

0 Kudos
1 Reply
admin
Immortal
Immortal

You can access the .vmdk file by browsing the datastore options in the VI Client but this requires root permissions.

It would not be possible to fetch the .vmdk file through the api's but some of the content can be fetched using the api's. You may browse to the VirtualDisk dataobject, VMFSDataStoreInfo and VMFSDataStoreOption. Please refer the VI SDK Refernce Guide for specific details.