Skip navigation
VMware
Up to Discussions in Virtual Disk Development Kit

Developer: Virtual Disk Development Kit

Create and access virtual disks
 

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
254 Views 1 Reply Last post: Jan 31, 2012 5:42 AM by EricTreeman RSS
nkt07 Novice 6 posts since
Jun 27, 2011
Currently Being Moderated

Aug 25, 2011 3:14 AM

How to create dynamic vmdk file?

Hi,

 

I want to create dynamic VMDK file.I am using VixDiskLib_Create()  API of VDDK file.But i didn't found any option for dynamic disk.

How to create?

please help me

EricTreeman Lurker 4 posts since
Jan 31, 2012
Currently Being Moderated
1. Jan 31, 2012 5:42 AM in response to: nkt07
Re: How to create dynamic vmdk file?

What do you mean by "dynamic"? You can specify disk type in VixDiskLibCreateParams::diskType. It can have next values:

VIXDISKLIB_DISK_MONOLITHIC_SPARSE - One extendable file for vmdk.

VIXDISKLIB_DISK_MONOLITHIC_FLAT -  one file with pre-allocated space

VIXDISKLIB_DISK_SPLIT_SPARSE - splitted on multiple extendable files

VIXDISKLIB_DISK_SPLIT_FLAT - splitted on multiple fixed files(pre-allocated)

Bookmarked By (0)

Communities