Hi!
Does anybody know if it is fixed that there are 512 bytes per sector for vmdk files? Where can I find how many bytes a sector consists of?
Tos2k
See page 5: http://www.vmware.com/app/vmdk/?src=vmdk
Assuming that your answer implies yes: Size in sectors — a sector is 512 bytes
Thank you!!
Tos2k
There is also a definition in vixDiskLib.h
#define VIXDISKLIB_SECTOR_SIZE 512
-Sudarsan
